1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

trying to retrieve password reset link

This commit is contained in:
yalh76 2019-01-03 16:50:29 +01:00 committed by GitHub
parent a4fba8b38d
commit 5ff38d9fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ chown -R "$app":"$app" "$final_path"
# Make user admin
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user set "$admin" --admin )
# Retrieve a password reset link that you can then send to the user
admin_pass_reset_url=( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" )
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" ) > admin_pass_reset_url
#=================================================
# SETUP SSOWAT