Add new user to names.nsf

Hello Friends,

I have database in which its ACL has defince anonymous has no access and default has editor access. Now This is open web site. In this I need to add feature to add user himself in names.nsf to use the database instead administrator of Domino what they do.

I also want to check there should not duplicate id.

I have tried through lotus script. user has register but not able to login untill and unless admin have to open their document and edit and save. Once this process happened then he can logged in the system. Where as I have seen same time registration process user him self can register through web-browser and use to login in to the system.

Same functionlity I also want to build it…

If some one has code please send me at vkumar.sinha@gmail.com.

Pls Help…

Thanks & Regards,

Vikas K Sinha

Subject: Add new user to names.nsf

From a quick look, my guess would be that your Lotusscript is not setting all the fields and/or their values correctly. When the document is edited in Notes this is being corrected.

Cheers,

Adrian.

Subject: RE: Add new user to names.nsf

Do u please suggest me what are the fields which is mandatory or need to be entered so that user get register.

What I have gone through sametime registration form the mandatory fields are:-

  • Last Name and

  • Password

Which I have entered…

Please help me.

Subject: RE: Add new user to names.nsf

User name (field FullName) is also mandatory.

To be on the safe side, you could call ComputeWithForm after creating or updating a person document, but that is a performance hog.

Subject: RE: Add new user to names.nsf

Have a look at the form and check fileds that are mandatory, calculated (maybe hidden), etc.

Cheers,

Adrian