Description

The configuration parameter user_form_disable is ignored in 1.7rc3.

Steps to reproduce

  1. Add user_form_disable = ['name', 'aliasname', 'email',] to wikiconfig.py.

  2. Restart wiki, check the display of the Settings:Preferences page.

Example

Partial html output of 1.7rc3 is:

                <td>
                  <input type="text" name="name" value="RogerHaase" size="36"> (Use FirstnameLastname)
                </td>

Partial output of 1.6.3 is:

                  <td>
                    <input disabled type="text" name="name" value="RogerHaase" size="36"> (Use FirstnameLastname)
                  </td>

Component selection

Details

MoinMoin Version

1.7rc3

OS and Version

W/Vista

Python Version

2.5

Server Setup

Apache

Server Details

wsgi

Language you are using the wiki in (set in the browser/UserPreferences)

en

Workaround

Discussion

Sorry, I can't reproduce it. For me, the 3 fields are disabled when I try this:

-- ThomasWaldmann 2008-06-15 21:53:13

Hi RogerHaase

Thanks, it was all my problem, no bug. While converting my ExternalCookie auth method to 1.7, which required changing from a method to a class, I accidently left the user_form_disable definition high in wikiconfig.py under the new ExternalCookie class definition. Moving the statement to its proper place fixed the problem. -- RogerHaase 2008-06-16 15:40:20

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/1.7user_form_disable_Ignored (last edited 2008-06-16 15:40:21 by RogerHaase)