ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > WebsitePainter
forum topic indicator Autorization
person icon
milanix
Registered User
Quote
2019-01-02 15:39:20

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

person icon
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?

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

I need a typical working authorization code on the site.

person icon
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.

person icon
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?

person icon
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.

person icon
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:










 

  

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


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






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