Changement de mot de passe
		::if error!=null::
		
			::error::
		
		::else::
			::if step==1 ::
				
				::_("If you have forgotten your password or if you would like to change it, please key-in below your e-mail address:")::
				
				::raw form::
				
			::elseif step==2::
				
				::_("An e-mail was sent to you to allow you changing your password.")::
				
			::elseif step==3::
				
				::_("Key-in your new password:")::
				
				::raw form::
				
			::else::	
				
					::_("Congratulations, your password have been modified!")::
				
				
					::_("Log in with your new password")::
				
				
			::end::
		::end::