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
please can you send me a code for login page of admin ,when click on login it should redirect to admin details page,
Dave S
unread,
Jul 9, 2020, 5:30:47 PM7/9/20
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 Wednesday, July 8, 2020 at 3:22:34 PM UTC-7, Akshata Naduvinahalli wrote:
please can you send me a code for login page of admin ,when click on login it should redirect to admin details page,
web2py defaults to the admin pages being accessible only via localhost access (that is, request originates on the server itself). The recommended way to use admin pages remotely is via ssh tunneling, although it also often recommended to remove the admin app.