mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-12 05:41:15 +01:00
Added a small note.
This commit is contained in:
parent
985edc6b9e
commit
e0ceb9fbab
@ -22,6 +22,7 @@ public:
|
||||
bool is_username_taken(const String &user_name);
|
||||
bool is_email_taken(const String &email);
|
||||
|
||||
//TODO these should probably be moved to User
|
||||
bool check_password(const Ref<User> &user, const String &p_password);
|
||||
void create_password(const Ref<User> &user, const String &p_password);
|
||||
String hash_password(const Ref<User> &user, const String &p_password);
|
||||
|
Loading…
Reference in New Issue
Block a user