K
karlman
Is there a way to make a SQL 2005 server the provider for the user and
roles database for form based authentication?
Maybe I am going about this the wrong way?
I want to have more control over the process so I figure it would be
easier if everything was in the same database. I want to be able to
extend the database with additional user information.
Here is how I would imagine this to go:
1. An admin person gets a new hire request.
2. The admin goes to a page and creates a new user and assigns roles.
3. An email is sent to the new user with login info.
4. The new user logs in.
5. New user must change password and set security question.
6. New user ready for use.
Alternatively I could have the new user create their own account. I
would then need the admin to be able to come in later and assign
roles.
I see that I can access a lot of this info through security objects
but what is the best way to relate user identity into my many other
tables when the user table is in another database?
Thank
Karl
roles database for form based authentication?
Maybe I am going about this the wrong way?
I want to have more control over the process so I figure it would be
easier if everything was in the same database. I want to be able to
extend the database with additional user information.
Here is how I would imagine this to go:
1. An admin person gets a new hire request.
2. The admin goes to a page and creates a new user and assigns roles.
3. An email is sent to the new user with login info.
4. The new user logs in.
5. New user must change password and set security question.
6. New user ready for use.
Alternatively I could have the new user create their own account. I
would then need the admin to be able to come in later and assign
roles.
I see that I can access a lot of this info through security objects
but what is the best way to relate user identity into my many other
tables when the user table is in another database?
Thank
Karl