mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
15 lines
392 B
Markdown
15 lines
392 B
Markdown
|
### passwd
|
||
|
Modifies user password
|
||
|
|
||
|
Usage: `passwd [-f] [--auth-code=XXXX] newpassword`
|
||
|
<pre>
|
||
|
Notice that modifying the password will close all your active sessions
|
||
|
in all your devices (except for the current one)
|
||
|
|
||
|
Please, avoid using passwords containing " or '
|
||
|
|
||
|
Options:
|
||
|
-f Force (no asking)
|
||
|
--auth-code=XXXX Two-factor Authentication code. More info: https://mega.nz/blog_48
|
||
|
</pre>
|