Community
 
 
 

CloudPortal Business Manager 2.x

324 followers
 
Avatar
Pankaj Paliwal

How to get email address from table cloud_portal.users

Avatar

How to get email address from table cloud_portal.users

Hello, Who know how to get email address from table cloud_portal.users? I found it is encode but didn't know how to decode.

 


Yongjun Tan MEMBERS
2 comments
0

Please sign in to leave a comment.

 
 

Previous 2 comments

Avatar
Pankaj Paliwal
Avatar

How to get email address from table cloud_portal.users

Simplest is to view user details for that user from the UI.

 

If that's not possible for whatever reason, you need to decrypt the email address using the AES_DECRYPT function and your database encryption key which can be found in cloud.properties.


Vijaykumar Natarajan CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

That works. Thanks a lot.


Yongjun Tan MEMBERS
Comment actions Permalink

Top Contributors