18
0
Fork 0
This commit is contained in:
pdiogoantunes 2017-08-23 10:01:14 +02:00
parent 927ccf5c57
commit b237532f69
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ $ pure-pw passwd USER
### Si base MySQL
~~~{.bash}
# mysql -e 'SELECT User,Password FROM BASEPURE.users WHERE Status="1" AND (Ipaddress = "*" OR Ipaddress LIKE "\R");' | cut -d' ' -f2 | grep USER
# mysql -e "UPDATE BASEPURE.users SET Password=MD5('hawbOng\ocov6') WHERE User='USER';"
$ mysql -e 'SELECT User,Password FROM BASEPURE.users WHERE Status="1" AND (Ipaddress = "*" OR Ipaddress LIKE "\R");' | cut -d' ' -f2 | grep USER
$ mysql -e "UPDATE BASEPURE.users SET Password=MD5('hawbOng\ocov6') WHERE User='USER';"
~~~
## Lister les sessions en cours