Fix processing of the default_password setting. It is now actually used as the plaint...
authorKahrl <kahrl@gmx.net>
Sun, 20 Nov 2011 19:16:15 +0000 (20:16 +0100)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 1 Dec 2011 10:06:39 +0000 (12:06 +0200)
commit2ca00fa585087f2097796d994d378708041a7194
treeb2aecfa7d40b17f3b5eeac3b27942767c2b2aeec
parent1901158b3eacc95d945becea62ac28039618f460
Fix processing of the default_password setting. It is now actually used as the plaintext password for new users. Also add /setpassword and /clearpassword server commands that can be used by admins with the PRIV_PASSWORD privilege, and update the /help message.
src/auth.cpp
src/auth.h
src/server.cpp
src/server.h
src/servercommand.cpp