Skip to main content
Nintex Community Menu Bar
Solved

Removed User

  • August 12, 2020
  • 3 replies
  • 18 views

I was in Managerment and I removed a user in error. Can anybody advise how I can add the user back.

 

Regards 

AndyR

Best answer by HulisaniN

Hi  @AndyR1 


 


From the research I did, I dont think possible to add a user since the Users view displays users who's credentials are cached (users who have connected to K2). This just frees up licenses for other users.


 


You can read more on this via the link below:


https://help.k2.com/onlinehelp/k2five/userguide/5.3/default.htm#K2-Management-Site/Licenses/Licenses.htm


 


I also check the DB to see if I couldn't add a user from there and unfortunately I can't add since they need LicensesUserID and CredentialID which are of data type uniqueidentifier. You can have a look on the attachment 20200817.


Sql script:


/****** Script for SelectTopNRows command from SSMS  ******/
SELECT TOP 1000 [LicensedUserID]
,[LicenseID]
,[CredentialID]
,[TempFQN]
,[UserType]
FROM [K2].[HostServer].[LicensedUser]

Regards


HulisaniN

3 replies

Forum|alt.badge.img+12
  • August 12, 2020

Hi AndyR,

May I know where in Management was the user removed from?



  • Author
  • August 17, 2020

I went in to management, the Licences and then the Users section. I highlighted the User name and clicked remove

 

Regards

 

AndyR 


  • Answer
  • August 17, 2020

Hi  @AndyR1 


 


From the research I did, I dont think possible to add a user since the Users view displays users who's credentials are cached (users who have connected to K2). This just frees up licenses for other users.


 


You can read more on this via the link below:


https://help.k2.com/onlinehelp/k2five/userguide/5.3/default.htm#K2-Management-Site/Licenses/Licenses.htm


 


I also check the DB to see if I couldn't add a user from there and unfortunately I can't add since they need LicensesUserID and CredentialID which are of data type uniqueidentifier. You can have a look on the attachment 20200817.


Sql script:


/****** Script for SelectTopNRows command from SSMS  ******/
SELECT TOP 1000 [LicensedUserID]
,[LicenseID]
,[CredentialID]
,[TempFQN]
,[UserType]
FROM [K2].[HostServer].[LicensedUser]

Regards


HulisaniN