https://github.com/cryptojones/ess_user_changer
A utility to generate an SQL script to change a user's identity in SageHRMS's Employee Self-Service
https://github.com/cryptojones/ess_user_changer
Last synced: 7 days ago
JSON representation
A utility to generate an SQL script to change a user's identity in SageHRMS's Employee Self-Service
- Host: GitHub
- URL: https://github.com/cryptojones/ess_user_changer
- Owner: CryptoJones
- Created: 2013-03-06T19:47:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-07T20:38:24.000Z (over 13 years ago)
- Last Synced: 2023-05-07T08:10:22.843Z (about 3 years ago)
- Language: C#
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ESS_User_Changer
================
A utility to generate an SQL script to change a user's identity in SageHRMS's Employee Self-Service Site.
It's intent was to mask a user's identity so their account could be displayed during Sage ESS training sessions.
After an interactive dialog via the console, it creates UserChanger.sql in the root of the C:\ directory.
After running the SQL script, all user data is hidden.
The USERNAME is set to the first and last name that you enter and the PASSWORD is set to Password1.
This program nor its developers are in any way affiliated with Abra, Sage, SageHRMS or Employee Self Service.
All code is published "AS IS" under the GNU General Public License version 2 (GPLv2).
We make no claims or warranities, as this code should be used only AT YOUR OWN RISK....