This website requires JavaScript.
Explore
Help
Sign in
YunoHost-Apps
/
ulogger_ynh
Watch
1
Star
0
Fork
You've already forked ulogger_ynh
0
mirror of
https://github.com/YunoHost-Apps/ulogger_ynh.git
synced
2024-10-01 13:34:45 +02:00
Code
Issues
Activity
Actions
682521c507
ulogger_ynh
/
conf
/
admin.sql
2 lines
94 B
MySQL
Raw
Normal View
History
Unescape
Escape
Modify config file
2021-02-07 10:41:09 +01:00
INSERT
INTO
`
users
`
(
`
id
`
,
`
login
`
,
`
password
`
)
VALUES
(
NULL
,
'
__ADMIN__
'
,
'
__ADMIN_PWD__
'
)
;
Fix
2021-02-07 12:01:38 +01:00
Reference in a new issue
Copy permalink