File: megatools-reg.txt

package info (click to toggle)
megatools 1.11.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: ansic: 7,279; sh: 135; makefile: 3
file content (82 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
megatools-reg(1)
================

NAME
----
megatools reg - Register new Mega.nz account


SYNOPSIS
--------
[verse]
'megatools reg' [--scripted] --register --email <email> --name <realname> --password <password>
'megatools reg' [--scripted] --verify <state> <link>


DESCRIPTION
-----------

Registers new Mega.nz account. Registration is split into two steps:

. `--register`: Creates a new non-verified account
. `--verify`: Verifies account with the link that was sent to `<email>`

See example of registration below.


OPTIONS
-------

--register::
	Create new non-verified account.

--verify <state> <link>::
	Verify account previously created by `megatools reg --register`. You need to
	pass `<state>` that was returned from `megatools reg --register` and
	a verification link from the email that was sent to `<email>`.

--email <email>::
	Email serves as your new account username, that you'll be using to sign
	in.
+
*NOTES*: Beware that ATM, email format is not validated by megatools.

--name <realname>::
	Your real (or fake) name.

--password <password>::
	Plaintext password. No strength checking is done, so make sure you pick
	a strong password yourself.

--scripted::
	After registration, print the command that can be used to finish the 
	registration in a format suitable for scripting purposes.

include::basic-options.txt[]

EXAMPLE
-------

First create an non-verified account:

------------
$ megatools reg --register --email your@email.com --name "Your Name" --password "Your Password"

Registration email was sent to test@megous.com. To complete registration, you must run:

  megatools reg --verify vbFFFv7AFM25etzkFXLs9A==:Z7FFbgAAAAAAAAAArL33eA==:inEONh3tmwY @LINK@

(Where @LINK@ is registration link from the 'MEGA Signup' email)
------------

Now wait for a verification mail and run the command as asked:

------------
$ megatools reg --verify vbFFFv7AFM25etzkFXLs9A==:Z7FFbgAAAAAAAAAArL33eA==:inEONh3tmwY \
    'https://mega.nz/#confirmciyfWXRGFNcM...'

Account registered successfully!
------------


include::footer.txt[]