Also because user was registred/Logged in with SSO
In Profile password fields are disabled, but user still can change username or email without entering a password (strange)
I've also posted an issue with Usernames editing on Github
Strange behavior when "change usernames" is disabled
S
Sergio Meling
@Sergio Meling
Posts
-
Bug or Feature -
Bug or FeatureHello few days ago I created a topic with Laravel OAuth2, I have implemented it, and disabled loca login and registration, BUT
If I go domain.com/login?local=1 is still shows me local login + login that I implementedHow to disable local login??
-
NodeBB + Laravel AuthHello, thank you for amazing forum platform.
Currently we have website + nodebb installed, and we need to combined this things so users dont register 2 times.
My idea was when user registers (laravel supports Redis) on website create also user in Redis nodebb how you think it is possible?