Skip to content
Snippets Groups Projects
Commit aed15c7e0451 authored by Florent Aide's avatar Florent Aide
Browse files

Fixed bad typo :)

parent ba434b7d3249
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,8 @@
# as opposed to other users... Doing so avoids being locked out
# of your own instance in case there is an issue with your IDP
if uid == SUPERUSER_ID:
return true
return True
setting_obj = self.pool['base.config.settings']
return setting_obj.allow_saml_uid_and_internal_password(
cr, uid, context=context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment