Base solution for your next web application
Open Closed

Is it possible to manually activate user? #8405


User avatar
0
jur.porras created

Is there functionality in the system that allow the admin to activate user and bypass email verification of the newly registered/created user?


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

    You can activate them when creating and editing users.

    There is also a setting in zero to decide whether to activate registered new users.

    AppSettings.UserManagement.IsNewRegisteredUserActiveByDefault

    Of course, you can also implement custom functions through code (such as UserManager)

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.