Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gluon/contrib/login_methods/oauth20_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def get_user(self):
username = user['id'])


auth.settings.actions_disabled=['register',
auth.settings.actions_disabled=['register',
'change_password','request_reset_password','profile']
auth.settings.login_form=FaceBookAccount()
auth.settings.login_form=FaceBookAccount()

Any optional arg in the constructor will be passed asis to remote
Any optional arg in the constructor will be passed as is to remote
server for requests. It can be used for the optional"scope" parameters for Facebook.

"""
Expand Down