Don't create any accounts in UserManagerDB::_create_default_entries().

This commit is contained in:
Relintai 2024-07-18 08:09:11 +02:00
parent 769c33abdf
commit e8cabe7657

View File

@ -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) {