Client login solution - please recommend.

In regards to the site
http://www.myhappypeople.com
I need a simple directory access solution (that hopefully
doesn't let people bookmark an accessed page and go back to it
without logging in again). All I want is for a client to click one
link, which prompts a login/password screen, and based on their
input directs them to a directory/page they are allowed to view.
The DW 8 manual doesn't seem to really tell me how to do
anything but rather sends me in circles on the elements I need
(databases, page with forms, etc).
I've looked into some free CGI scripts, that don't seem to be
easy to update/maintain.
Can anyone offer a suggestion. It's the last thing I need to
figure out to complete this site.

Use a database for the login info.
Use the server behaviors for logging and and restricting
access to a page to
complete it.
"Tangier Clarke" <[email protected]> wrote
in message
news:eacvd4$mm4$[email protected]..
> In regards to the site
http://www.myhappypeople.com
>
> I need a simple directory access solution (that
hopefully doesn't let
> people
> bookmark an accessed page and go back to it without
logging in again). All
> I
> want is for a client to click one link, which prompts a
login/password
> screen,
> and based on their input directs them to a
directory/page they are allowed
> to
> view.
>
> The DW 8 manual doesn't seem to really tell me how to do
anything but
> rather
> sends me in circles on the elements I need (databases,
page with forms,
> etc).
>
> I've looked into some free CGI scripts, that don't seem
to be easy to
> update/maintain.
>
> Can anyone offer a suggestion. It's the last thing I
need to figure out to
> complete this site.
>
>
>

Similar Messages

  • Directory access solution - please recommend.

    In regards to the site
    http://www.myhappypeople.com
    I need a simple directory access solution (that hopefully
    doesn't let people bookmark an accessed page and go back to it
    without logging in again). All I want is for a client to click one
    link, which prompts a login/password screen, and based on their
    input directs them to a directory/page they are allowed to view.
    The DW 8 manual doesn't seem to really tell me how to do
    anything but rather sends me in circles on the elements I need
    (databases, page with forms, etc).
    I've looked into some free CGI scripts, that don't seem to be
    easy to update/maintain.
    Can anyone offer a suggestion. It's the last thing I need to
    figure out to complete this site.

    Well, there's two ways of doing this: server level and app
    level.
    You can setup users in IIS and Apache and this will cause the
    server to automatically prompt for login. However, this requires
    access to the user database on the server and usually admin access
    to set file permissions.
    The way I prefer to handle it (and I'm not a security expert,
    btw) it with a session cookie and an authenication script. I make a
    file that checks to see if the session cookie for auth is set. If
    not, it sends the user to a login page. I then include this file at
    the top of every page I want to protect.
    The login is then just a form that posts to a page the
    verifies the password and sets the cookie. Now, this technique
    isn't foolproof. If you're not using HTTPS, then you are sending
    the password in clear text and it could be grabbed by a hacker.
    But, for light security, it works pretty well and is easy to
    deploy.
    <?php
    #fire up the session and see if user is logged in.
    session_start();
    if(isset($_SESSION["LOGGED_IN"]) &&
    $_SESSION["LOGGED_IN"] == "TRUE"){
    # Do something if needed. I connect to databases here.
    }else{
    #Redirect non-logged in request
    header("location: /admin/login.php");
    }

  • (Cisco Historical Reporting / HRC ) All available connections to database server are in use by other client machines. Please try again later and check the log file for error 5054

    Hi All,
    I am getting an error message "All available connections to database server are in use by other client machines. Please try again later and check the log file for error 5054"  when trying to log into HRC (This user has the reporting capabilities) . I checked the log files this is what i found out 
    The log file stated that there were ongoing connections of HRC with the CCX  (I am sure there isn't any active login to HRC)
    || When you tried to login the following error was being displayed because the maximum number of connections were reached for the server .  We can see that a total number of 5 connections have been configured . ||
    1: 6/20/2014 9:13:49 AM %CHC-LOG_SUBFAC-3-UNK:Current number of connections (5) from historical Clients/Scheduler to 'CRA_DATABASE' database exceeded the maximum number of possible connections (5).Check with your administrator about changing this limit on server (wfengine.properties), however this might impact server performance.
    || Below we can see all 5 connections being used up . ||
    2: 6/20/2014 9:13:49 AM %CHC-LOG_SUBFAC-3-UNK:[DB Connections From Clients (count=5)]|[(#1) 'username'='uccxhrc','hostname'='3SK5FS1.ucsfmedicalcenter.org']|[(#2) 'username'='uccxhrc','hostname'='PFS-HHXDGX1.ucsfmedicalcenter.org']|[(#3) 'username'='uccxhrc','hostname'='PFS-HHXDGX1.ucsfmedicalcenter.org']|[(#4) 'username'='uccxhrc','hostname'='PFS-HHXDGX1.ucsfmedicalcenter.org']|[(#5) 'username'='uccxhrc','hostname'='47BMMM1.ucsfmedicalcenter.org']
    || Once the maximum number of connection was reached it threw an error . ||
    3: 6/20/2014 9:13:49 AM %CHC-LOG_SUBFAC-3-UNK:Number of max connection to 'CRA_DATABASE' database was reached! Connection could not be established.
    4: 6/20/2014 9:13:49 AM %CHC-LOG_SUBFAC-3-UNK:Database connection to 'CRA_DATABASE' failed due to (All available connections to database server are in use by other client machines. Please try again later and check the log file for error 5054.)
    Current exact UCCX Version 9.0.2.11001-24
    Current CUCM Version 8.6.2.23900-10
    Business impact  Not Critical
    Exact error message  All available connections to database server are in use by other client machines. Please try again later and check the log file for error 5054
    What is the OS version of the PC you are running  and is it physical machine or virtual machine that is running the HRC client ..
    OS Version Windows 7 Home Premium  64 bit and it’s a physical machine.
    . The Max DB Connections for Report Client Sessions is set to 5 for each servers (There are two servers). The no of HR Sessions is set to 10.
    I wanted to know if there is a way to find the HRC sessions active now and terminate the one or more or all of that sessions from the server end ? 

    We have had this "PRX5" problem with Exchange 2013 since the RTM version.  We recently applied CU3, and it did not correct the problem.  We have seen this problem on every Exchange 2013 we manage.  They are all installations where all roles
    are installed on the same Windows server, and in our case, they are all Windows virtual machines using Windows 2012 Hyper-V.
    We have tried all the "this fixed it for me" solutions regarding DNS, network cards, host file entries and so forth.  None of those "solutions" made any difference whatsoever.  The occurrence of the temporary error PRX5 seems totally random. 
    About 2 out of 20 incoming mail test by Microsoft Connectivity Analyzer fail with this PRX5 error.
    Most people don't ever notice the issue because remote mail servers retry the connection later.  However, telephone voice mail systems that forward voice message files to email, or other such applications such as your scanner, often don't retry and
    simply fail.  Our phone system actually disables all further attempts to send voice mail to a particular user if the PRX5 error is returned when the email is sent by the phone system.
    Is Microsoft totally oblivious to this problem?
    PRX5 is a serious issue that needs an Exchange team resolution, or at least an acknowledgement that the problem actually does exist and has negative consequences for proper mail flow.
    JSB

  • New client login problem

    I have just created a new client in Solution Manager 4.0 and I can't login with:
    u/name: sap*
    p/word: pass
    Please help, thankyou.

    Hi,
    Go to RZ10 -> Select Instance Profile --> Choose  'Extended Maintenace' from Edit Profile Tab -> Click on Change.
    Click Create Parameter(4tth icon),specify the Parameter Name and Value in the respective fields,Click 'Copy' ,Click the back button ,Click the Copy button again,Click  back button again.Cilck the save option and click yes.
    You have to restart the application server to have make this changes happen.
    Regards,
    Cherry

  • The power meter, and Client Security Solution, Rescue & Recovery problems?

    Hey guys, 
    I just love my Lenovo X61s...
    Everytime I boot it up(BTW, I run XP) I login and CSS asks me to verify my authentication, and always fails. I HAVE read posts by other people reporting the same problem, and I've read that clearing the TPM thing in the BIOS will solve it, but in my case it just doesn't!
    Also, a power meter just beside the System Notification Tray, doesn't always show up, and hence sometimes when I shut down, a 'PwrBnkGndWindow' end program window pops up! Can anyone please please help me in solving my problems!? 

    Based on your description I don't think Rescue & Recovery or Client Security Solution have any value for you.

  • Capturing Client Login ID

    Hi All,
    I am trying to capture the client login id ( Win 2K / NT domain) accessing my page. I tried using System.getProperty("user.name") , but it is returning the login id where the web server is running.
    Can anyone please suggest a solution.
    Best regards
    Arnab

    Dear Dr.Clap,
    Thanks for your reply. I do not want any authentication. Also the user need not enter his login id again since he is already logged in the network.
    How do I code it then? Can you please give some outline.
    Best regards
    Arnab

  • X61 - Vista Business - Client Security Solution Error - There was a problem connecting to the TPM

    During startup my x61 has been displaying the following message, 'Client Security Solution' - "There was a problem connecting to the TPM (security device) ont his computer. It is possile that anti-virus or firewall software is blocking the connection. A missing or disabled device driver could also cause this problem. Please refer to the online documentation for more information".
    I have spent an extraordinary amount of time and effort to find identify the cause and a solution for this problem. It occurs whether or not virus software is enabled or disabled and numerous calls to Lenovo, Symantec, Kaspersky, and Microsoft have resulted in finger pointing and no answers. None of the vendors acknowledge the problem yet this same issue is a significant topic of concern as found in various blogs and 'help' sites. Lenovo thought it was hardware and changed the motherboard. Lenovo told me to call Microsoft since it was a Vista issue. Microsoft told me to call Lenovo since Vista Business was preinstalled on the machine. Lenovo told me to call Microsoft and so it goes. I removed Symantec's anti-virus and replaced it with Kaspersky.
    The strangest thing is that the module works intermitently and it seems that everytime a Lenovo update is performed (via Thinkvantage) the problem reoccurs for sometime.
    Does anyone out there have an understanding of the cause and a potential solution???

    I have the same problem on an X 60 platform, which only surfaced in the last two weeks subsequent to running all of the Lenovo updates.   Prior to this, I had reinstalled all programs, starting with the Recovery Disks for the Think Pad.  Everything, including start up, was exceptionally fast.  Once I ran the most recent BIOS updates, along with several others, this error message surfaced.  It is intermittent, however, and I have not noted an issue.
    In reviewing several other Message Boards, I have seen this issue raised several times.  Here is a link to a thread where the individual did achieve a solution through Lenovo, but their response is nonspecific as to what they did:   (http://forums.lenovo.com/lnv/board/message?board.id=T400_series_ThinkPads&message.id=7143&query.id=1...

  • Client Security solution not working with fingerprint, Fingerprint Tab is unavailable

    Just recieved my Thinkpad T430 today and have done all updates on the system. I am trying to use Client Security Solution with my fingerprint however it will not allow me to do so. Whenever I go into password manager I get the message, "The requested operation requires fingerprint authentication, but the device is not installed. Please make sure the device is connected and retry the option". Any idea as to how I can fix this? Currently the fingerprint only works to logon to windows (Note: I'm Running Windows 7 Pro x64).  

    Hi 
     Lastest CSs is not in system update, you could try the install the latest version in follow link:
    http://support.lenovo.com/en_US/downloads/detail.page?&DocID=DS014164

  • Client Security Solution password problem

    I have just had my computer reformatted to the factory settings. I wanted to avoid having to enter my password each time I logged in but, as has happened before, I forgot what the process was. Eventually I made my password blank and did something else (?) which meant that I wasn't asked for a password by Windows. Unfortunately Client Security Solutions now asks me to validate my identity ("Your Windows password was changed recently. Please enter your Windows password to synchronise with Client security Solution".)
    I have just given myself a new Windows password and will see how it goes with Client Security Solution once I reboot. My basic aim is to bypass the Windows password screen.

    Since my last message I have reset my Windows password. I no longer get the message from Client Security Solution, instead Windows tells me that I have entered the wrong password. All is OK if I then enter the new password.
    Perhaps this query should be placed on a Windows forum? I have set Windows to bypass the password entry screen, so If it weren' for this problem I would never have to enter a password.

  • Client Security Solution with fingerprint disable

    I received a X201 with Win7 64-bits and I installed the fingerprint software version 5.9.4 and the Client Security Solution version 8.30.0031.00.
    The fingerprint software is working perfectly, but the CSS is with the fingerprint configuration disabled.
    Could you advice me in what is wrong?
    Regards

    hey hiratapqd,
    hard to say what had happen, but could you uninstall both softwares then install the fingerprint software first then install the client security solution.
    curious to know, was any software installed before this happen ?
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • T61p 6460 74M - Client Security Solution Problem

    I am having problems with the Client Security Solution running under Vista
    I am able to log in OK using the fingerprint reader or password however after the system boots the CSS widow appears asking for password, I enter the password but it does not recognise this and requeste retry or cancel. If I retry the password entry it advises that "Authentication Failed". I then cancel and the CSS window offers to configure the CSS - hit "Yes", requests verification of identity with password - I enter password - response is "Authentication Failed" and back to square 1.
    Can the CSS be reinstalled and then reinitialised. This problem may have arisen after I upgraded my Norton Internet Security 2007 or 2008 to NIS 2009, or when I reset Internet Explorer 7. I note at this time the Password Manager dissappeared from IE7.
    Does anybody have some advice please since this useful function - Password Manager - has now been either disabled or removed.
    Regards Chris R.

    I had problem with CSS also after installing (maybe) Norton Update. No answer from CSS at all any where, and I could not start it it either.
    I reinstalled it with the application:
    C:\Program Files\Lenovo\Client Security Solution\css_admin_vista_launcher.exe
    An then it works again - installation will delete all store passwords!

  • Client Security Solution - System Key Recovery - After Lenovo Service

    I have a T61p running Windows 7, which I recently had to send to Lenovo for service after the video failed. According to my repair summary, the motherboard on the computer was replaced.
    I received the laptop back today, and now when I log on, the system comes up with a window from Client Security Solution asking me to "verify my identity" with "reason: system key recovery."
    Unfortunately, the program will not recognize my password, and I get an error message that authentication has failed.
    I tried calling Lenovo's support number, since the problem seems to be directly related to their replacement of the motherboard, but I received the response that "that's a software issue, we can't help you."
    Any help on this is much appreciated!

    hey shannonw,
    could you try uninstalling the Client Security Solution software and then reinstall.
    once done report back on what happen after.
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Client Login Procedure

    Our business involves sending out topical economic and financial research in multiple daily e-mails to our clients. We wish to prevent e-mail forwarding of this research to non-clients. While there seems to be nothing to prevent e-mail forwarding itself, we hope to control access to our research by using attached PDF files.
    The solution seems to be Policy Server, but I have an initial question about client login. What exactly does it mean that clients must log in to Policy Server before they are allowed to view a PDF sent to them? Is this done automatically when the client tries to open a PDF, or must they do this prior to attempt opening the file, and must they do this before every PDF file sent to them (we send several every day). If the latter, most of our clients would object to this extra step each time. And does this mean we need to open our firewall to the server for all clients?
    Thanks

    [email protected] wrote:
    > Thanks Justin
    >
    > This helps a lot for us to move forward with this solution. I'm wondering, however, just how stable a server is going to be outside a firewall. I wonder if there is a port forwarding solution that would open up the firewall just to policy server requests, but still, it sounds like a not very secure situation. There must be something within an LDAP server that will secure the server.
    >
    > Thanks for your help!
    >
    > Carl Steen
    One other thing...the web application should be configured to run SSL (https). This is a
    requirement of Policy Server and will encrypt all communication between the client and server.
    Regarding your security concerns...Policy Server doesn't need to be running on a computer outsite
    the firewall...it just needs to be accessible from outside the firewall. This is how many corporate
    websites are set up.
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • Client login +cms

    Hi,
    Maybe I bite more than I can chew but this is what I want to make. On a
    small site I have to create a client login. On this website my client must
    be able to generate a log&pass that sends his clients to a specific page where
    they can read a comment and review 1 or 2 video clips. So he must be able to add some text and to hook up the clips.
    The whole setup is small. We're talking around 5 clients logging in to 5
    unique pages. Maybe even 3 will do. So client1 > can only view secure page1, client 2 >
    can only view secure page 2, etc.
    What is the best solution for this situation? I have little experience with
    creating a secure area (only MyLocked Area) but no experience with a cms
    yet. The site is hosted on a server which supports php, perl, cgi-bin and
    mysql. I'm working with GL CS2, OS 10.4.11.
    TIA, Stoli

    Since it's only a few required pages it might be easiest to use an .htaccess file. If your server supports them. They are supported by Apache servers and can be created by hand or through a c-panel interface. What your doing is simply password protecting some directories. Here's a tutorial on how to do it by hand.
    Set up pages like this:
    main_page
          subdir1/index.html
         subdir2/index.html
         subdir3/index.html
         subdir4/index.html
         subdir5/index.html
    Then make htaccess files to give each each subdir it's own username/passwords.
    Someone enters the main page and selects who they are. This links them to the appropriate subdir where they are asked for their proper username/password to enter.

  • Client security solution TPM error message

    I'm running XP on my T61 thinkpad and recently I started getting the following error message upon starting my computer:
    "There was a problem connecting to the TPM (security device) on this computer. It is possible that anti-virus or firewall software is blocking the connection. A missing or disabled device driver could also cause this problem. Please refer to the online documentation for more information."
    My thinkpad has also been starting to blue screen lately but I'm not sure if this is connected to the client security solution problem or not. If anyone has any suggestions I'd really appreciate it!

    Who has client security, restore and fingerprint reader all working together?  I did updates and when one works the other doesn’t.  If I could find all three that work I would be happy.  If you give me your versions numbers that works on yours that would be great.  I have a T60 running XP

Maybe you are looking for