Author: baufo
Date: Thu Oct 9 19:04:47 2008
New Revision: 29977
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29977&view=rev
Log:
Tellling users with bad hashes that logging into their forum accounts may
enable them to log into the mp server.
Modified:
trunk/src/server/server.cpp
Modified: trunk/src/server/server.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/server.cpp?rev=29977&r1=29976&r2=29977&view=diff
==============================================================================
--- trunk/src/server/server.cpp (original)
+++ trunk/src/server/server.cpp Thu Oct 9 19:04:47 2008
@@ -443,8 +443,10 @@
std::string salt2 = user_handler_->create_pepper(user, 0);
std::string salt3 = user_handler_->create_pepper(user, 1);
if(salt2.empty() || salt3.empty()) {
- send_error(sock, "Even though your nick is registered on this
server you"
- " cannot log in due to an error in the
hashing algorithm.");
+ send_error(sock, "Even though your nick is registered on this
server you "
+ "cannot log in due to an error in the
hashing algorithm. "
+ "Logging into your forum account on
http://forum.wesnoth.org "
+ "may fix this problem.");
return;
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits