seafile_ynh/actions.json

29 lines
1 KiB
JSON
Raw Normal View History

2023-09-27 23:04:06 +02:00
[
{
"id": "change_user_email",
"name": "Change user email of user",
"command": "bash scripts/actions",
"user": "root",
"accepted_return_codes": [0],
"description": {
"en": "Low level function : Change manually the email for the user authentication to a other email.\nBy example 'toto@seafile-domain.tld' will be renamed to the new email 'toto@main-yunohost-domain.tld'. Note that when do you this change the email need to be also changed in all client !!"
},
"arguments": [
{
"name": "old_email",
"type": "string",
"ask": {
"en": "Old user email"
},
"example": "toto@seafile-domain.tld"
}, {
"name": "new_email",
"type": "string",
"ask": {
"en": "New user email"
},
"example": "toto@main-yunohost-domain.tld"
}
]
}]