Community
 
 
 

CloudPortal Business Manager 2.x

팔로워 324명
 
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개
0

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 2개

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
댓글 작업 고유 링크
Avatar
Pankaj Paliwal
Avatar

That works. Thanks a lot.


Yongjun Tan MEMBERS
댓글 작업 고유 링크

Top Contributors