473,386 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

authentication script

I'm looking for a decent free/open source php authentication script
that would allow users to log in/out of a secure area of a web site.
Ideally should have email confirmation and password reminder and work
with mysql.

Any suggestions?

May 4 '07 #1
3 1646
On May 4, 6:29 pm, abracad_1...@yahoo.com wrote:
I'm looking for a decent free/open source php authentication script
that would allow users to log in/out of a secure area of a web site.
Ideally should have email confirmation and password reminder and work
with mysql.

Any suggestions?
Nice CMSs have authentication stuff, you may just be looking for a
CMS. Try Drupal or Joomla or something and see how you like it. Secure
authentication is built into Apache (with usernames and passwords and
all of that), and you can password protect directories or files, but
that's harder to automate and integrate.

-Mike PII

May 4 '07 #2
On Fri, 04 May 2007 15:29:29 -0700, abracad_1999 wrote:
I'm looking for a decent free/open source php authentication script
that would allow users to log in/out of a secure area of a web site.
Ideally should have email confirmation and password reminder and work
with mysql.

Any suggestions?
You may like what you see at:
http://www.evolt.org/PHP-Login-Syste...Admin-Features

It is conceptually well thought through, nicely documented, and prety
decent code practice.

HTH
Sh.
May 5 '07 #3
Schraalhans Keukenmeester schreef:
On Fri, 04 May 2007 15:29:29 -0700, abracad_1999 wrote:
>I'm looking for a decent free/open source php authentication script
that would allow users to log in/out of a secure area of a web site.
Ideally should have email confirmation and password reminder and work
with mysql.

Any suggestions?

You may like what you see at:
http://www.evolt.org/PHP-Login-Syste...Admin-Features

It is conceptually well thought through
Dag Schraalhans,

I don't know. If security is important i suggest to check:

- Does it leave possible hackers in the dark if only the username is
correct, or does it tell them so that they know they have found a
correct user name and from that point they only need to guess the password?

- Does it contain a defense against brute force and dictionary attacks?
Or would the server validate as many passwords as are submitted as fast
as it can, even if they are all submitted by the same client/ip adress?
(This could especially be vurnerable if users can choose their own
password.)

Greetings,

Henk Verhoeven,
www.phpPeanuts.org.
May 5 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Stephen Poley | last post by:
I'm trying to understand sessions and authentication. I gathered that the only way of preserving data across script invocations was to use a session. However I note that $_SERVER and $_SERVER...
0
by: Christian Luszick | last post by:
hi, I am concerned about the following statement in php doc on http://www.php.net/manual/en/features.http-auth.php ----- sschippp ----- As of PHP 4.3.0, in order to prevent someone from...
1
by: Tony wilsxn | last post by:
Hi... Bigtoach at http://www.bigtoach.com/ had a nice user authentication script. My system died. I lost the script. Http://www.bigtoach.com/ is down. If you have this Bigtoach user...
7
by: Michael Foord | last post by:
#!/usr/bin/python -u # 15-09-04 # v1.0.0 # auth_example.py # A simple script manually demonstrating basic authentication. # Copyright Michael Foord # Free to use, modify and relicense. #...
4
by: Scott Klein | last post by:
Firstly, I'm running IIS 6.0 on Windows SErver 2003 that is also a DC. I have an asp page (default.asp) I am trying to access as my hom page for my site. I am trying to use Windows...
8
by: Bob Everland | last post by:
I have an application that is ISAPI and the only way to secure it is through NT permissions. I need to have a way to login to windows authentication so that when I get to the ISAPI application no...
6
by: Daniel Walzenbach | last post by:
Hi, I have an application using "Forms authentication". Everything works perfectly well except when I try to open a new page with java script like the following: <script...
3
by: Nahrin | last post by:
I implimented ASP.NET 2.0 Client callback script (ICallbackEventHandler) to get the result back from server without postback the page. Problem is when seesion expires or authentication times out,...
2
by: Darrel | last post by:
I'd like to use the jquery datepicker. I have a asp.net 1.1 application set up with forms authentication protecting an admin directory: <location path="admin"> <system.web> <authorization>...
0
by: embeddedbob | last post by:
Hi there, I appreciate any help on the following issue. I can't seem to find any other similar topic. (CS4, ActionScript 3.0, Flash 10) I have a SWF embedded within a page that is protected by...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.