Skip to content

Commit

Permalink
Don't create any accounts in UserManagerDB::_create_default_entries().
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Jul 18, 2024
1 parent 769c33a commit e8cabe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/users/managers/user_manager_db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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) {
Expand Down

0 comments on commit e8cabe7

Please sign in to comment.