• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

FB Login Problem in Private Mode

Status
Not open for further replies.

latrox

Chevereto Member
Facebook Login dosent work in Private Mode.
I use only FB Login and normal Login.
In Normal (Puplic) Mode it works fine.

When i click on the Facebook symbol in Private Mode nothing happens.
 
Thanks for notice this, I will patch it in 3.3.2

In the meanwhile you can fix it by changing this:
PHP:
$allowed_requests = ['login', 'image', 'album', 'page', 'account'];

To this:
PHP:
$allowed_requests = ['login', 'image', 'album', 'page', 'account', 'connect'];

in app/loader.php
 
Status
Not open for further replies.
Back
Top