Id like to integrate cpanel to my cms. cpanel users will login from my cms with their cpanel users names and passwords and they will do everything from my cms. i am making a job plan. I need your suggestions.
- Problem: I have to save user's cpanel username and password. API has to login with user name and password in every time?
cpanel users will login from my cms with their cpanel users and passwords.
My job plan: After successful login, i have to save their user name and password. i am planing to save their usernames and passwords in the mysql database.
For example: user wanted to create an email. i can do it via api (my cms will use his username and password from mysql database)
i am planing to delete their usernames and passwords from database after their log outs.
is it safety (saving their usernames and passwords) ? Do you have any suggestions? I may use sessions.. im not sure. Do you have any experience about this issue?
i hope you would understand me because my english is very bad..
- Problem: I have to save user's cpanel username and password. API has to login with user name and password in every time?
cpanel users will login from my cms with their cpanel users and passwords.
My job plan: After successful login, i have to save their user name and password. i am planing to save their usernames and passwords in the mysql database.
For example: user wanted to create an email. i can do it via api (my cms will use his username and password from mysql database)
i am planing to delete their usernames and passwords from database after their log outs.
is it safety (saving their usernames and passwords) ? Do you have any suggestions? I may use sessions.. im not sure. Do you have any experience about this issue?
i hope you would understand me because my english is very bad..