rochacbruno-archive / Movuca

Movuca - web2py powered social CMS (this project is not updated/maintained anymore, if you want to adopt it, let me know, then I can transfer ownership)
Other
105 stars 27 forks source link

Login with Facebook and Google always requesting permission #8

Closed lucmult closed 12 years ago

lucmult commented 12 years ago

I'm using external login.

For both (Google and Facebook) when I click the "Connect!" buttons in the login box, they ask me again for permission.

It should ask permission just in the first time, after that use the gave permission straight away.

[],

Luciano Pacheco

rochacbruno commented 12 years ago

There is a flag in config.auth_options the default is "force" but it can be defined as "remember" and it will not ask for permissions again.