You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, the two factor authentication can either use a validated phone number or email address to send a 6 digit code. And the account lockout should count the total number of login attempts and set the lockout expiration period according to the settings found in the Auth config file. Then the access denied page should be where a user is redirected when they try to access a resource beyond their user scope of the web app.
Hi, it would also be good if we could have an option to set the page title of the login, register, forgot and reset pages. Then also have options to set the subject of the e-mails. Instead of 'Activate your account' I would like to use '[WebsiteName] Activate your account'. Let me know if its possible.
Hi, it would also be good if we could have an option to set the page title of the login, register, forgot and reset pages. Then also have options to set the subject of the e-mails. Instead of 'Activate your account' I would like to use '[WebsiteName] Activate your account'. Let me know if its possible.
I think this problem can be fixed by editing the view files, try to use the layout feature. It works for me :)
Please, the two factor authentication can either use a validated phone number or email address to send a 6 digit code. And the account lockout should count the total number of login attempts and set the lockout expiration period according to the settings found in the Auth config file. Then the access denied page should be where a user is redirected when they try to access a resource beyond their user scope of the web app.
Please, take a look at how https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/introduction-to-aspnet-identity -> Microsoft does their authentication library I think it should help out in building a more profound version for codeigniter. Am ready to help out where possible. Am using the library and it works like a charm thanks.
The text was updated successfully, but these errors were encountered: