You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I've had mixed results with using the adduser.py script that was published here a while ago. I often don't seem to be able to set the password in a usable way. That is, the step
creates (or updates) the auth_user table entry as expected, but when I go to myserver.com/myapp/user/login?next=/ I get a flash message of "invalid login" and I am back to the login form.
Why is this?
/dps
Leonel Câmara
unread,
Nov 16, 2018, 11:13:28 AM11/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Probably the email is case sensitive in your auth settings which is the default and you're trying to log in with a inexisting email as a result. Change the email to test...@example.com in appadmin and try again.
Dave S
unread,
Nov 16, 2018, 5:10:26 PM11/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
On Friday, November 16, 2018 at 8:13:28 AM UTC-8, Leonel Câmara wrote:
Probably the email is case sensitive in your auth settings which is the default and you're trying to log in with a inexisting email as a result. Change the email to test...@example.com in appadmin and try again.