[GeoNetwork-devel] Creating Users Via XML Service

Creating Users Via XML Service

Hello,

I am trying to create a user through geonetwork XML Services user.update by
providing the following request XML in Geonetwork 2.10.2

*<?xml version=\"1.0\"
encoding=\"UTF-8\"?><request><operation>newuser</operation><username>mdeditor</username><password>password007</password><profile>Editor</profile><surname>Editor</surname><name>Metadata</name><city></city><country></country>metadataeditor@anonymised.com<groups>4</groups></request>*

The user is successfully created and when I check the rows in the database a
record is present in users table and there seems to be no record inserted
into usergroups table. When I do it through GUI records are inserted to both
the tables

Am I doing anything wrong here or is it a bug? Can anyone please advise?

Regards
Udhaya

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Creating-Users-Via-XML-Service-tp5089830.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.