MMBase

user0 in username field while creating new

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Incomplete
  • Affects Version/s: 1.9.5
  • Fix Version/s: 1.9.6
  • Component/s: Security
  • Description:
    Hide
    The cloudcontext security application prints a default value user0 in a username field while creating a new user: See f.e. http://127.0.0.1:8080/register or the following code

          <mm:form>
            <mm:import id="form">
              <mm:createnode id="newuser" type="mmbaseusers" commitonclose="false">
                <fieldset class="labelininput">
                  <mm:fieldlist fields="username,password">
                    <mm:fieldinfo type="input" /><br />
                  </mm:fieldlist>
                </fieldset>
              </mm:createnode>
            </mm:import>
            
            <h2>form</h2>
            ${form}
          </mm:form>
    Show
    The cloudcontext security application prints a default value user0 in a username field while creating a new user: See f.e. http://127.0.0.1:8080/register or the following code       <mm:form>         <mm:import id="form">           <mm:createnode id="newuser" type="mmbaseusers" commitonclose="false">             <fieldset class="labelininput">               <mm:fieldlist fields="username,password">                 <mm:fieldinfo type="input" /><br />               </mm:fieldlist>             </fieldset>           </mm:createnode>         </mm:import>                  <h2>form</h2>         ${form}       </mm:form>

Activity

Hide
Michiel Meeuwissen added a comment - 2010-11-11 10:45
I think that is the default. Usernames should be unique, so probably the default is something unique too user<number to make it unique>.

So think it's meant as a feature.
Show
Michiel Meeuwissen added a comment - 2010-11-11 10:45 I think that is the default. Usernames should be unique, so probably the default is something unique too user<number to make it unique>. So think it's meant as a feature.
Hide
André van Toly added a comment - 2011-02-01 17:30
See f.e. the registration page in Open Images, f.e. /register on oip-test.
Show
André van Toly added a comment - 2011-02-01 17:30 See f.e. the registration page in Open Images, f.e. /register on oip-test.
Hide
Michiel Meeuwissen added a comment - 2011-02-08 15:36 - edited
The question is: What's wrong with that? It suggests a unique user name for you. You might not like it, but that's why you can edit it.
Show
Michiel Meeuwissen added a comment - 2011-02-08 15:36 - edited The question is: What's wrong with that? It suggests a unique user name for you. You might not like it, but that's why you can edit it.

People

Dates

  • Created:
    2010-11-04 14:55
    Updated:
    2011-02-08 15:36
    Resolved:
    2011-02-01 11:50