userman.db.controller

Database abstraction layer

Public Imports

userman.userman
public import userman.userman;
Undocumented in source.

Members

Classes

UserManController
class UserManController
Undocumented in source.

Functions

createUserManController
UserManController createUserManController(UserManSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
generateActivationCode
string generateActivationCode()
Undocumented in source. Be warned that the author may not have intended to support it.
generatePasswordHash
string generatePasswordHash(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
validatePasswordHash
bool validatePasswordHash(string password_hash, string password)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AuthInfo
struct AuthInfo
Undocumented in source.
Group
struct Group
Undocumented in source.
User
struct User
Undocumented in source.

Meta

License

Subject to the terms of the General Public License version 3, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig