Hi all , I am registring a person through NotesRegistration class.
Its working well.
Now How can I unregistered a person so that the mail box as well as the id file will delete.
Is there any class
Hi all , I am registring a person through NotesRegistration class.
Its working well.
Now How can I unregistered a person so that the mail box as well as the id file will delete.
Is there any class
Subject: How To Unregister a user
All you need to do is write a script to:Locate the person doc
read the mailserver and mailfile name
delete the mailfile
now delete the person doc (with attached ID).
Once the person doc is gone, there is no such user, so they are effectively “unregistered”.
Subject: RE: How To Unregister a user
To be complete, you should remove the name of the user in every groups (but deny access group !), LCA, Reader and Author fields, it’s why Adminp is so great, it does everything.
Another way is to look up how an adminp “remove user” document is made, and to create a new one, I did it one time (not to remove a user), you should use adminp to remove a test user, open the first document created, check which fields you need to modify, copy this document somewhere, and use a program to put it back in the admin4 db, and update the fields.
Hope this helps
Christian