Hi, I got the user id creation :)
Here is the code : <rde-dm:user mode="create" /> <rde-dm:attribute mode="write" attribute="rde-edit-user.rde- fields.login" op="set" value="Test"/> <rde-dm:attribute mode="write" attribute="rde-edit-user.rde- fields.password" op="set" value="Testing"/> I do not know why I was unable to do it earlier. Now I have another issue. I am trying create an user attribute and assign it a value. As per the Dynaments pdf if we use "write" mode then an attribute is created i it does not exist. <rde-dm:user mode="load" user="Testing"/> <rde-dm:attribute mode="write" attribute="rde-edit-user.rde- attributes.Greeting" op="set" value="Hello"/> In the above line "Greeting" is the attribute I am trying to create. But it is not getting created. Can anyone please tell me where is the mistake or am I missing something? Thanks, Chandrakanth On Jul 23, 12:27 pm, Chandrakanth Ramireddy <[email protected]> wrote: > Hi, > > I was experimenting with user dynament for creating users in > Liveserver. > > I used following lines in my html page and reloased it. > > <rde-dm:user mode="create" /> > <rde-dm:attribute mode="write" attribute="rde-edit-user.rde- > fields.login" op="set" value="test"/> > <rde-dm:attribute mode="write" attribute="rde-edit-user.rde- > fields.password" op="set" value="testing"/> > > but I see that there is no user created when I check in Admininster > Liveserver -> Users. > > Please let me know what is the mistake. > > Thanks, > Chandrakanth -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
