Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 811 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 811 Bytes

vigobas-startglemt-portal

Description

Portal for activation of user accounts with forgot-password feature.

Change log

Version Description
1.7.0 Updated nuGet-packagesand .NetFramework version

Change log

Version Description
1.8.0 Updated nuGet-packages
--#-- Added Captcha feature. Can be set in web.config under appSettings

<appSettings>
...
...
	<add key="UseCaptchaActivateUser" value="true" />
	<add key="UseCaptchaForgottenUserName" value="true" />
	<add key="UseCaptchaForgottenPassword" value="true" />
...
...

Change log

Version Description
1.8.1 Return to first page of Forgot Password pages if wrong code is entered, to prevent unlimited retries