mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 14:21:11 +01:00
Don't create any accounts in UserManagerDB::_create_default_entries().
This commit is contained in:
parent
769c33abdf
commit
e8cabe7657
@ -348,6 +348,7 @@ void UserManagerDB::_update_table(const int p_current_table_version) {
|
||||
}
|
||||
|
||||
void UserManagerDB::_create_default_entries(const int p_seed) {
|
||||
/*
|
||||
Ref<User> user;
|
||||
user = create_user();
|
||||
|
||||
@ -366,6 +367,7 @@ void UserManagerDB::_create_default_entries(const int p_seed) {
|
||||
|
||||
user->create_password("Password");
|
||||
user->save();
|
||||
*/
|
||||
}
|
||||
|
||||
void UserManagerDB::migrate(const bool p_clear, const bool p_should_seed, const int p_seed) {
|
||||
|
Loading…
Reference in New Issue
Block a user