Online Page Editor Add-on Support Product Page
Answered
Username and Passwort from database.
Asked 31 Aug 2012 10:51:29
1
has this question
31 Aug 2012 10:51:29 Denis Hoffmann posted:
Hi,it would be nice to et and/or get Username and Passwort from database.
Cheers,
Denis
Replies
Replied 31 Aug 2012 10:58:06
31 Aug 2012 10:58:06 Teodor Kuduschiev replied:
Hello,
Unfortunately this is not possible. If you need to use a user/pass from a database you can build an admin panel with the integrated in DW restrict access to page and Advanced HTML Editor 3 and then check the user/pass from the database table.
Unfortunately this is not possible. If you need to use a user/pass from a database you can build an admin panel with the integrated in DW restrict access to page and Advanced HTML Editor 3 and then check the user/pass from the database table.
Replied 31 Aug 2012 11:38:26
31 Aug 2012 11:38:26 Denis Hoffmann replied:
I know, but maybe in the futur. so you can create a little backend for customers, where they can change the passwort.
or an other way to change the password without dreamweaer :-)
this is what i want to have.
or an other way to change the password without dreamweaer :-)
this is what i want to have.
Replied 31 Aug 2012 11:53:56
31 Aug 2012 11:53:56 Teodor Kuduschiev replied:
The Username and Password are stored into the dmxPageEditor.php file.
This is line 10 and 11:
$userName = "user";
$userPass = "pass";
You can think of any php code that reads the user/pass from your database table.
This is line 10 and 11:
$userName = "user";
$userPass = "pass";
You can think of any php code that reads the user/pass from your database table.