mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
rename default operator to admin
This commit is contained in:
parent
9e918efedc
commit
5df1b8b2bc
4 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ if [ ! -f "/ircd/ircd.yaml" ]; then
|
|||
|
||||
# change default oper passwd
|
||||
OPERPASS=$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c20)
|
||||
echo "Oper username:password is dan:$OPERPASS"
|
||||
echo "Oper username:password is admin:$OPERPASS"
|
||||
ENCRYPTEDPASS=$(echo "$OPERPASS" | /ircd-bin/oragono genpasswd)
|
||||
ORIGINALPASS='\$2a\$04\$LiytCxaY0lI.guDj2pBN4eLRD5cdM2OLDwqmGAgB6M2OPirbF5Jcu'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue