We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per PerlDancer/Dancer2-Plugin-Auth-Extensible#76 (reproduced below)
DPAE::Provider::Database depends on two extra columns in its user table, pw_reset_code varchar(32) and email (the address to send the email to).
pw_reset_code varchar(32)
email
These don't appear to be documented in the POD?
It would be great if, like users_username_column, there was a users_email_column to genericise this column too.
users_username_column
users_email_column
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per PerlDancer/Dancer2-Plugin-Auth-Extensible#76 (reproduced below)
DPAE::Provider::Database depends on two extra columns in its user table,
pw_reset_code varchar(32)
andemail
(the address to send the email to).These don't appear to be documented in the POD?
It would be great if, like
users_username_column
, there was ausers_email_column
to genericise this column too.The text was updated successfully, but these errors were encountered: