You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code also cannot add the "user" role using aaa.create_role() because that call requires an authenticated user with a role level 100. Such a role obviously doesn't exist at this point, and no user exists because I can't register (or create_user.)
The text was updated successfully, but these errors were encountered:
The following will fail because the initialisation doesn't add the "user" role.
aaa = Cork(config['auth_dir'], initialize=True)
aaa.register(...)
Code also cannot add the "user" role using aaa.create_role() because that call requires an authenticated user with a role level 100. Such a role obviously doesn't exist at this point, and no user exists because I can't register (or create_user.)
The text was updated successfully, but these errors were encountered: