makefile: register command.
This commit is contained in:
parent
03b0b7a95b
commit
f24926fe1a
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
@ -35,6 +35,9 @@ add-first-user:
|
|||
add-user:
|
||||
./bin/authc user add $(NAME) $(EMAIL) $(LOGIN_OPT)
|
||||
|
||||
register:
|
||||
./bin/authc user register $(NAME) $(EMAIL)
|
||||
|
||||
SERVICE ?= 'auth'
|
||||
RESOURCE ?= '*'
|
||||
UID ?= 1000
|
||||
|
|
Loading…
Add table
Reference in a new issue