ETK
From SPGC Document Wiki
Revision as of 15:35, 14 June 2016 by Admin (Talk | contribs) (Created page with "== Reset ETK password == # Open SQL Yog connect to 89 server # Get the employee number # Run this query # UPDATE myleave.myuser SET password=md5("init1234") WHERE myusername...")
Reset ETK password
- Open SQL Yog connect to 89 server
- Get the employee number
- Run this query
- UPDATE myleave.myuser SET password=md5("init1234") WHERE myusername="123456"