You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: