Skip to content
New issue

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

Request Password Reset #1570

Open
iamthegone opened this issue Nov 8, 2024 · 2 comments
Open

Request Password Reset #1570

iamthegone opened this issue Nov 8, 2024 · 2 comments

Comments

@iamthegone
Copy link

pip install r2r
r2r update
r2r serve --docker --full (the full toml is basically empty now - is everything getting default configs from somewhere else?
r2r db upgrade (didn't work)

ok got logged in as admin
created another user
changed user to superuser
all the other functions work as far as I can tell (documentation needs some serious help :P)

request password reset - method confirms saying if the email exists I will receive it. Been several hours, tried several times, no go.

Any help? :)

If you could fill me in on why the full.toml is so empty as well I'd appreciate it.

@NolanTrem
Copy link
Collaborator

You'd have to have set up an email provider—just running the out of the box code has a mock email provider. It should print out the password in the server logs. We definitely need to make this more clear in the docs.

The way that configs work in R2R is through an override—the server inherits from the r2r.toml config, and then overrides with what is in the full.toml file.

@iamthegone iamthegone reopened this Nov 8, 2024
@iamthegone
Copy link
Author

I dont see any documentation or examples in any of the .toml files to add an email provider - any chance you can provide some insight?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants