larrabee / freeipa-password-reset

Self-service password reset app for FreeIPA
GNU General Public License v3.0
90 stars 31 forks source link

SECRET_KEY #20

Closed lnxart closed 5 years ago

lnxart commented 5 years ago

Hello,

Could you please let me know what is the "SECRET_KEY = "Your CSRF protection key. It must be long random string"" and how we can find it?

Kind regards,

larrabee commented 5 years ago

Hello. You should generate it like this: openssl rand -base64 32 or type any random string.

lnxart commented 5 years ago

Thank you, it is working now.