You are not logged in.
Pages: 1
I would like to change password of the current user remotely using javascript. After successful JavaScript client authentication, it seems that mORMot is not giving all users access to add an entry to TSQLAuthUser, even a GET method is not allowed, for some security reasons. If I log with default username "User":
GET http://localhost:8080/root/AuthUser?session_signature=000000582a7334754c754449
405 Method Not Allowed
Maybe it does make sense to allow the current users to change pass. It seems that you have to be administrator, has the rights to get access remotely to TSQLAuthUser. I was thinking about changing user groups rigths.
what is the proper sequence at user groups rigths should be to allow the user to change password?
Any ideas.
Offline
Could you please add a feature request as ticket?
Added at http://synopse.info/fossil/tktview?name=e6f113fc98
__________________________________
mORMot - Store UI settings JSON in DB. I like the idea users have the possibility to change their own password remotely using smartphone.
video: http://www.youtube.com/watch?v=xfv2_omnIxs
Offline
We have added the reUserCanChangeOwnPassword flag to TSQLAccessRight.AllowRemoteExecute.
See http://synopse.info/fossil/info/79a54a8a8d
Sorry for the delay.
Online
Pages: 1