Membership questions

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am planning to use asp.net 2.0 built-in membership system. I have two
questions. Would appreciate a reply.

1. What is the maximum length of the username?

2. Is there a method to deactivate/disable a user without actually deleting
the user?

Thanks

Regards
 
Hi

I am planning to use asp.net 2.0 built-in membership system. I have two
questions. Would appreciate a reply.

1. Depends on your database

2. You can think about role-based security where you can add the user
to "deactivated" group, or you can have a status field to set the user
"deactivated"
 
2. You can think about role-based security where you can add the user
to "deactivated" group, or you can have a status field to set the user
"deactivated"

How does it automatically prevent user form logging in using the standard
login control? I mean how would the above relate to the automatic login
control?

Thanks

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top