What about removing this:
{{=T('Sign up')}}
from layout.html?
On March 11, 2018 at 4:42:52, Andrea Fae' (and...@gmail.com) wrote:
Sometimes problems arises. I need to eliminate "sign up" menu item from
LOGIN but nevertheless I inserted this line
auth.settings.actions_disabled.append('register
When I was learning web2py, I watched Massimo's DePaul course videos. I
could have sworn that there was a place in there where he mentioned how to
update the welcome app and save things so that those changes are reflected
in new apps that are created, but I can't find it again.
--
Resources:
-
What is the purpose and usage of the Search box displayed in the navbar
when using the default layout.html?
Here's the code in layout.html:
Thanks.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (
Sometimes problems arises. I need to eliminate "sign up" menu item from
LOGIN but nevertheless I inserted this line
auth.settings.actions_disabled.append('register')
or this
auth.settings.actions_disabled = ['register']
in the db.py I can see the item in the menu, and when I click I see "404
4 matches
Mail list logo