Search Wiki:
Project Description

We need your help to release to develop new features, keeping the same principle:
Using standard components.

Have a look to Discussions.

This is an ASP.NET 2.0 web application using standard connection components : Login, LoginView, LoginSatus, LoginName, PasswordRecovery, CreateUserWizard and ChangPassword, to manage all things concerning users's registration and authentication in your web applications. You can also create roles and manage users in roles.

You just have to put the LoginModule.NET in the same virtual directory of the application you want to manage and configure the web.config.

This project is full compatible with the data base aspnetdb.mdf new in ASP.NET 2.0.

This project is a web site accessible by IIS 6.0 and supporting Framwork .NET 2.0

Main features:
  • manage secure connection
  • manage users registration
  • manage users in roles
  • secure password hashed or clear
  • retrieve password by user's question answer
  • secure your connections by simply modify the web.config
  • send email when users registred
  • internationalization by using App_GlobalResources and .resx files
  • changing web.sitemap on the fly by giving providers in the web.config file

Read more about the LoginModule
Last edited May 9 at 7:51 AM  by Mabyre, version 29
Comments
jeanlouis wrote  Oct 9 2007 at 1:23 PM  
Great job Mabyre this is a fantastic project wery usful for those who wants to deal with authentification, users roles and so on.
I think you will have some jobs to do when pepeole will begun to download, translate the french that is steel in the project. Make an english/french version will help. I will help you ;-)

hemant_kamalakar wrote  Oct 10 2007 at 12:30 PM  
Plz tnaslate the Site in English.

Mabyre wrote  Oct 14 2007 at 6:23 PM  
Ok this is it. It is made in the v4.1.0 release. By using App_GlobalResources and .resx files and changing
web.sitemap files on the fly.

jeanlouis wrote  Oct 15 2007 at 8:08 AM  
Mabyre it's great, I like the way you manage internationalization, simple has adding a .resx file for a new language.

Updating...