mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Attemp to retrieve password reset link
This commit is contained in:
parent
9ee9f3d792
commit
7d7b243726
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ chown -R "$app":"$app" "$final_path"
|
|||
( 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
|
||||
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" )
|
||||
admin_pass_reset_url = $(!!)
|
||||
admin_pass_reset_url=$(!!)
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Add table
Reference in a new issue