Questions on User Management - Locking a User

Are these methods available:

  • LockUser
  • UnlockUser
    Many times we will need to lock a users access or authentication .

Would this behave more as user enabling/disabling, or really locking? How do you expect Sphinx to respond to end user interaction, like trying to login using that user, resetting password, or even trying to register a new user with same name?

Hi Wagner,

I'm thinking in the context of Enabling / Disabling (Non-Payment, Unsubscribed User) .

Message("This user account is no longer active or disabled")

I think this could be simply done at application level, since it looks more like a business logic.