Sha256: 54edca8d86a1477ab9d942ea0f3952138d5401e33f5546859a183b40aae3bb0a
Contents?: true
Size: 637 Bytes
Versions: 35
Compression:
Stored size: 637 Bytes
Contents
= Autologin after password reset When the user resets their password, by default they are not automatically logged in. You can change this behaviour and login the user automatically after password reset. plugin :rodauth do enable :login, :logout, :reset_password reset_password_autologin? true end Similarly, when the verify login change feature is used, the user is not automatically logged in after verifying the login change. You can configure Rodauth to automatically log the user in in this case: plugin :rodauth do enable :login, :logout, :verify_login_change verify_login_change_autologin? true end
Version data entries
35 entries across 35 versions & 1 rubygems