Sha256: ba8e97e8cf293cc79ce804f43e05afb1f164280e767d9b665ff3b07b04979587
Contents?: true
Size: 539 Bytes
Versions: 35
Compression:
Stored size: 539 Bytes
Contents
= Allow only email authentication When using the email authentication feature, you can avoid other authentication mechanisms entirely as follows: plugin :rodauth do enable :login, :email_auth, :create_account, :verify_account create_account_set_password? false verify_account_set_password? false force_email_auth? true end With this configuration, users won't be required to enter a password on registration, and on login the email authentication link will automatically be sent after the email address is entered.
Version data entries
35 entries across 35 versions & 1 rubygems