Jason van Zyl wrote:
> 
> On 6/15/01 2:24 PM, "Jerome Verleyen" <[EMAIL PROTECTED]> wrote:
> 
> > Hello,
> > i'm ask this question two days , but nobody answer to me..
> >
> > Just to know if "it is a bug or a feature" the fact that we can change
> > the name of a group, or of a user, or of a role ??
> >
> > I'm just correct this for my own.
> >
> > Can someone answer please?
> 
> You cannot change the name of a security entity, you
> must remove it and add it again. We had discussions
> about this and there is a general problem because
> the name is the unique identifier.

Ok, that's right.
But why not put this name in the screen that it can't be changed? Just
like this:

FluxUserForm.vm :

../..

 #set ( $user = $flux.User )
      <tr> 
        #if ($flux.Mode == "modify")
          <td bgcolor="$ui.formLabelColor">
           <b>
            <font face="$ui.sansSerifFonts">
             Username
            </font>
           </b>
          </td>
          <td bgcolor="$ui.formLabelColor">
           <b>
            <font face="$ui.sansSerifFonts">
             $!user.UserName
            </font>
           </b>
          </td>
        #else
         #formCell ("Username" "username" $!user.UserName)
        #end
      </tr>
      <tr>
        #formCell ("Password" "password" $!user.Password)
      </tr>
      <tr>
        #formCell ("First Name" "firstname" $!user.FirstName)
      </tr>
      <tr>
        #formCell ("Last Name" "lastname" $!user.LastName)
      </tr>
      <tr>
        #formCell ("Email" "email" $!user.Email)
      </tr>
../..

It just verify the context in what the page is called.

Thank's for the responses..

>
> jvz.
> 

Jerome Verleyen
-- 
 ED : (Intel) ne fait que des circuits electroniques.
 ALG: et quasiment d'un seul type : des 4004 et leurs divers d�riv�s.
 Accessoirement, c'est aussi un fabricant de chauffage d'appoint.
 -+- ALG in Guide du Macounet Pervers : Bien choisir son chauffage -+-

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to