Adding users and setting passwords now works \o/

This commit is contained in:
alexhudson
2007-08-28 21:36:55 +00:00
parent f9bd56b84a
commit 955467a812
4 changed files with 95 additions and 27 deletions
+2 -1
View File
@@ -33,7 +33,8 @@
EXPORT BOOL MsgAuthFindUser(const char *user);
EXPORT BOOL MsgAuthVerifyPassword(const char *user, const char *password);
EXPORT BOOL MsgAuthSetPassword(const char *user, const char *oldpassword, const char *newpassword);
EXPORT BOOL MsgAuthChangePassword(const char *user, const char *oldpassword, const char *newpassword);
EXPORT BOOL MsgAuthSetPassword(const char *user, const char *password);
EXPORT BOOL MsgAuthGetUserStore(const char *user, struct sockaddr_in *store);
EXPORT int MsgAuthInitDB(void);
EXPORT BOOL MsgAuthAddUser(const char *user);