alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

reset_password and change_password forms do not obey auth.settings.formstyle #189

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From teemu.ku...@gmail.com on February 13, 2011 03:01:52

What steps will reproduce the problem? I tried this by using the default Welcome app:

  1. Add auth.settings.formstyle='table2cols' in db.py What is the expected output? What do you see instead? Web2py always create reset_password and change_password forms by using formstyle='table3cols' What version of the product are you using? On what operating system? I think that this bug is not web2py version or platform dependent.

Original issue: http://code.google.com/p/web2py/issues/detail?id=191

alfonsodg commented 10 years ago

From teemu.ku...@gmail.com on February 15, 2011 00:56:10

Oh... for some reason auth.settings.formstyle is now working properly! Supposedly I made something wrong while I was testing this last time. There is nothing wrong with auth.settings.formstyle setting relating to reset_password and change_password forms. All works perfectly!

I am sorry reporting false bug. Please remove this open issue.

alfonsodg commented 10 years ago

From massimo....@gmail.com on February 18, 2011 06:45:11

Status: Fixed