mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
lol oops #36
This commit is contained in:
parent
2481b49573
commit
f32ad9965b
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ def register(app):
|
|||
admin_user.set_password(password)
|
||||
admin_user.roles.append(admin_role)
|
||||
admin_user.verified = True
|
||||
db.session.add(admin_user)
|
||||
|
||||
db.session.commit()
|
||||
print("Initial setup is finished.")
|
||||
|
|
Loading…
Add table
Reference in a new issue