Changed readme
This commit is contained in:
parent
5c51d4d9f0
commit
624bad87b9
12
README.md
12
README.md
@ -30,4 +30,16 @@ The user should just execute:
|
|||||||
select dba.change_my_password('YOUR_NEW_GENERATED_PASSWORD_NOT_THIS_ONE') ;
|
select dba.change_my_password('YOUR_NEW_GENERATED_PASSWORD_NOT_THIS_ONE') ;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Helper script
|
||||||
|
|
||||||
|
I've generated a helper script to make the process easier for users:
|
||||||
|
```
|
||||||
|
dodger@ciberterminal.net $ bash password_creator.sh
|
||||||
|
-- CHECK: password check
|
||||||
|
-- <Wl}TxqRPBQaV_N<rU#A
|
||||||
|
-- /CHECK: password check
|
||||||
|
|
||||||
|
-- ##############################################
|
||||||
|
select dba.change_my_password('<Wl}TxqRPBQaV_N<rU#A') ;
|
||||||
|
-- ##############################################
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user