Fix #770
This commit is contained in:
parent
8e95636599
commit
62574939b2
|
@ -2333,6 +2333,7 @@ def register():
|
|||
content.password = generate_password_hash(password)
|
||||
content.role = config.config_default_role
|
||||
content.sidebar_view = config.config_default_show
|
||||
content.mature_content = bool(config.config_default_show & ub.MATURE_CONTENT)
|
||||
try:
|
||||
ub.session.add(content)
|
||||
ub.session.commit()
|
||||
|
|
Loading…
Reference in New Issue
Block a user