mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-22 13:55:43 +08:00
[ISSUE-205|247] Support SSL + Login: Polish with testcase, doc, session over cookie
This commit is contained in:
9
src/main/resources/users.properties
Normal file
9
src/main/resources/users.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
# This file supports hot change, any change will be auto-reloaded without Console restarting.
|
||||
# Format: a user per line, username=password[,N] #N is optional, 0 (Normal User); 1 (Admin)
|
||||
|
||||
# Define Admin
|
||||
admin=admin,1
|
||||
|
||||
# Define Users
|
||||
user1=user1
|
||||
user2=user2
|
||||
Reference in New Issue
Block a user