Clientele - A secure client portal

by 23andwalnut

Clientele is a secure client portal for your business.

Each client is given their own account that provides a Dashboard for them to monitor project status, upload/download documents and files related to their projects, and communicate with you.

Using this portal can significantly reduce the amount of admin work you do, by providing a one stop shop for clients to get details about their projects.

Clientele also makes it easier to take a phased approach to projects by organizing documents by project phase. These phases are fully customizable.

Demo: Demo
Admin Login: admin/admin
Client Login: client/client
Some features are disabled in the demo (uploading, editing, and deleting). These features ARE in the full version

Features

  • Client Dashboard with quick access to everything related to their project
  • Admin only area to manage client and project details
  • Secure document management (Clients can’t see or access documents not associated with their account).
  • Sophisticated authentication (login) system that prevents session hijacking, rainbow tables etc.
  • Create multiple admins on the back end
  • Option to enable client side uploads
  • Email notifications for project related updates

Security Details

Login and Authentication

  • Authentication system prevents brute force attacks by using dynamic salts, with the option of also using a file system salt.
  • One way password hash uses SHA1 , which is significantly stronger than MD5
  • Session hijacking prevented with session management at the db level, which verifies against user agent.
  • Sessions expire after 30 mins of inactivity, forcing the user to login again. This is also managed in the db rather than relying on cookies.
  • Document Security

    • The upload folder is not directly accessible via the web, preventing unauthorized access to documents
    • Document download requests are handled by the application, which first verifies that a user is authorized to download the document they are requesting.

    $17

    Prepaid customers
    pay just $15 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Click Here to Deposit Price

    You must sign in or sign up to purchase this item.

    12345 ( 54 ratings )

    Purchase 243 purchases

    File Types Included
    CSS HTML JavaScript JS PHP SQL
    Item Attributes
    Created 2 March 10
    PHP Version 5.x
    MySQL Version 4.x, 5.x
    PHP Framework N/A
    Compatible Browsers Chrome 4, Chrome 5, FireFox 2, FireFox 3, IE6, IE7, IE8, Opera, Safari
    PHP Files Included CSS, HTML, JavaScript JS, PHP, SQL