Skip to content

Commit a6eb653

Browse files
committed
set the default role of the initial user to admin.
1 parent 8480442 commit a6eb653

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.properties.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ password=
2424
email=
2525

2626
;
27-
; initial user role. After the first login. Users are asigned to this role by default.
28-
; possible roles: [ user | recruiter ]
27+
; role of the initial user.
28+
; possible roles: [ user | recruiter |admin ]
2929
;
3030

31-
role=recruiter
31+
role=admin
3232

3333
;
3434
; external appKey. You can add jobs and users by using a simple API. This
@@ -42,7 +42,7 @@ external.app.prefix=myapp
4242
;
4343
; Email (module/Core/config/core.mails.global.php.dist).
4444
;
45-
mail.from.email=demo@yawik.org
45+
mail.from.email=name@example.com
4646
mail.from.name=YAWIK
4747

4848
; subject of the initial email, if somebody logs into via a social network

0 commit comments

Comments
 (0)