which method are you using to run web2py? what url are you using access admin
if you do a fresh install of web2py and start development server with " python web2py.py -a 'admin' " and then go to " http://localhost:8000/welcome/admin ", does the admin form look okay there? if you are running apache2, do you have "parameters_443.py" in web2py directory? On Saturday, November 24, 2012 12:04:45 AM UTC-6, pumplerod wrote: > > I am wrestling with trying to get into the admin site for web2py. > > After following several examples on line to no avail I finally decided to > just disable the security so I could at least see what it looks like. I > was able to get to the admin login page, however, there is no form field > showing a place for me to enter a Administrator Password, nor is there a > login button below where this password field should be. > > What's going on? > --