makefile: register command.

master
Philippe Pittoli 2023-06-15 00:41:56 +02:00
parent 03b0b7a95b
commit f24926fe1a
1 changed files with 3 additions and 0 deletions

View File

@ -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