Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > WebsitePainter
Autorization

milanix
Registered User
Quote
2019-01-02 15:39:20

Is there an example of a working code with authorization through PhpMyAdmin?


erik
Registered User
Quote
2019-01-03 10:54:10

phpMyAdmin is an admin interface for mySQL, so not sure if your question makes sense?


milanix
Registered User
Quote
2019-01-04 09:19:31

I need a typical working authorization code on the site.


erik
Registered User
Quote
2019-01-04 09:37:44

You can use .htaccess files, for a simple authorization method. Or you could use some PHP code for that. Take a look at RocketCake, it has a built-in PHP authorization module, maybe looking at how that works helps, too.


milanix
Registered User
Quote
2019-01-04 14:20:08

How to set up a redirect on the selected page and how to close access to the pages before authorization using the RocketCake password protection?

I add a password protection on the page, a login.php is created, but the redirect works on the main page and the access on selected page remains open even without authorization.

I need for a specific user to open a specific page depending on the entered username and password:

$targetpage = 'user_1.php';
$user = 'user_1';
$password = '123';

$targetpage = 'user_2.php';
$user = 'user_2';
$password = '12345';

How to implement it in RC?


erik
Registered User
Quote
2019-01-05 13:08:24

I think rocketcake only allows serveral users with different passwords to access the same pages. If you need more fine grained access, create a .rcd file for each subdirectory of your website and use different passwords / users for these.


milanix
Registered User
Quote
2019-01-30 11:49:49

How to set up a redirection to the user’s page according to the entered login and password using RocketCake? How to use uLogin with WebsitePainter?


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Interna?ional" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact