Created
October 10, 2015 18:21
-
-
Save krschmidt/bcfa0f685b3ad9f6295f to your computer and use it in GitHub Desktop.
Single user local to CAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update users set name='username' where uid=user-id; | |
insert into cas_user (uid, cas_name) values (user-id, 'username'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment