close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Powermessenger Registration

Thread began 9/05/2011 2:26 pm by msbannister373603 | Last modified 9/07/2011 1:50 pm by msbannister373603 | 1202 views | 2 replies

Jason ByrnesWebAssist

to restrict access to a page, you will need to include code at the top of the page to include the secusrity assist helper file, and then use the WA_Auth_RulePasses() function to pass the authentication rule you would like to apply.

for example, on a page that is at the same level in your site as the WA_SecurityAssist folder, you could use the following code at line 1 to restrict it to users that have logged in:

php:
<?php require_once( "WA_SecurityAssist/Helper_PHP.php" ); ?>

<?php
if (!WA_Auth_RulePasses("Logged in to users")){
    
WA_Auth_RestrictAccess("users_login.php");
}
?>





to show content on the page is similar, make sure to include the line to attach the security assist helper file at line 1:

php:
<?php require_once( "WA_SecurityAssist/Helper_PHP.php" ); ?>




then use the WA_Auth_RulePasses() function. to show if the user is logged in:

php:
<?php if(WA_Auth_RulePasses("Logged in to users")){ // Begin Show Region ?>

You are logged in
<?php // End Show Region ?>




to show if they are not logged in:

php:
<?php if(!WA_Auth_RulePasses("Logged in to users")){ // Begin Show Region ?>

You are not logged in
<?php // End Show Region ?>



Look in the WA_SecurityAssist/HelperGroupsRulesPHP.php file for the available authentication conditions.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...