Replies: 1 comment 5 replies
-
Hi @seblanc , there is a bolt/users extension that helps dealing with frontend users. It might also be possible to use it to change user's passwords, but I am not aware of anyone using this for that purpose yet. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm using Bolt 4.1.10 and building a website with frontend users that have access to private part of the website. The users have the ROLE_USER, so they can't modify the content of the website.
Nevertheless, I would like to let them change their profile (displayed name, email or password for example.). Once they login, they get a 403 error (access denied). How could I solve this?
Let me know if there is a better way to deal with frontend users.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions