Update imsma user
If the imsma user has been set to inactive
UPDATE "user" SET isactive = 't' WHERE userid = 'imsma'
If you need to set the password to password
UPDATE "user" SET password = '5f4dcc3b5aa765d61d8327deb882cf99' WHERE userid = 'imsma'
If the imsma user has been set to inactive
UPDATE "user" SET isactive = 't' WHERE userid = 'imsma'
If you need to set the password to password
UPDATE "user" SET password = '5f4dcc3b5aa765d61d8327deb882cf99' WHERE userid = 'imsma'