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