Base solution for your next web application
Open Closed

check whether email confirmed before login #2040


User avatar
0
sison created

How could i change login user only if email confirmed! please let me know if that functionality already exists in boiler plate!! :?:


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, it's already implemented. You just need to set the value of this setting "Abp.Zero.UserManagement.IsEmailConfirmationRequiredForLogin" to true. You can do it for all system or just for a specific tenant.

  • User Avatar
    0
    sison created

    Hey!

    that works! thanks for your kind information. :)