2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00

15 lines
392 B
Markdown
Raw Permalink Normal View History

2024-07-18 16:04:25 +02:00
### 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>