File: 10-reset_kalkun_password_to_default.pgsql.sql

package info (click to toggle)
kalkun 0.8.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,340 kB
  • sloc: php: 30,659; javascript: 30,443; sql: 961; sh: 766; xml: 105; makefile: 41
file content (4 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
-- Reset password for "kalkun" user to "kalkun"  (for version >= 0.8~dev~20200506+git065abe0)
-- Whathever the previous password of user "kalkun"
UPDATE public."user" SET password = '$2y$10$Sg0IxngRIIp1qNITM8kWa.aJ26w58F97ByTzDKoRF/dyzKcLfx226'
WHERE id_user = 1 AND username = 'kalkun';