Creating users in Liveserver through user dynament

28 views
Skip to first unread message

Chandrakanth Ramireddy

unread,
Jul 23, 2010, 3:27:01 AM7/23/10
to RedDot CMS Users
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

Chandrakanth Ramireddy

unread,
Jul 23, 2010, 6:09:52 AM7/23/10
to RedDot CMS Users
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 <chandra.1...@gmail.com>
wrote:
Reply all
Reply to author
Forward
0 new messages