PDA

View Full Version : dotproject integration help -- must read


shashidhar
10-06-05, 12:08 AM
Hi all,

I am shashidhar, newly registered with this forum.
I am a software engineer working on integration of the dotproject.

My requirement is to provide a facility to register a user himself.
Infact, in our dotproject, an admin only can create a user.

But rather i would like to facilitate this feature for my client.

any body can help where exactly the user previliges need to be updated and what modules..

hoping towards your help...

caseydk
11-06-05, 01:39 AM
It should be relatively simple to have a "Create Account Page" that simply allows someone to fill in their account info (username, password, email, contact info). The problem is that they would not have any permissions in the system until an admin gives them permissions. You wouldn't want permissions to automatically be assigned because then a user can do things before they're verified.

shashidhar
13-06-05, 05:33 PM
Let me thank you first,
for your reply.

It is true that untill and unless the administrator sets the permission and assigns the roles to the registered member, member can not login.


As you suggested, as of now we are following the same.

Once again thanks for your reply...