Welcome Guest, Not a member yet? Register   Sign In
Redux Authentication 1.4a (24th July 2008)
#21

[eluser]Popcorn[/eluser]
Shouldn't be too long. I "hope" to have it released by the weekend.
#22

[eluser]Tom Glover[/eluser]
[quote author="Popcorn" date="1204162647"]Shouldn't be too long. I "hope" to have it released by the weekend.[/quote]

Kl if you need any help give us a shout! ;-P
#23

[eluser]ralf57[/eluser]
Congrats,
you're builing a great library.
Just one recommendation: use plural for default table names.
atb,ralf
#24

[eluser]gunter[/eluser]
small problem: from where do I get the dohash() function???
Code:
Fatal error: Call to undefined function dohash() in C:\xampp\htdocs\system\application\libraries\auth.php on line 94
#25

[eluser]Popcorn[/eluser]
You need to enable the security helper in the config/autoload.php

Code:
$autoload['helper'] = array('security');
#26

[eluser]Popcorn[/eluser]
Update

I have redesigned the database and normalized it to 3rd normal form. It's alot easier for me to manage it this way so you might need a fresh installation if you want to use the new version. I've virtually finished working on the email validation script and just need to implement the forgotten password feature.

I should hopefully be able to release on the deadline for this weekend.

I also fixed some numerous bugs aswell.

Kind Regards
#27

[eluser]Popcorn[/eluser]
Authentication Library 1.1 released. Check front post.
#28

[eluser]BeingDefined[/eluser]
the "forget password" feature would be nice (:

post edited: nvm .. i need to learn to read Big Grin
#29

[eluser]patbert[/eluser]
Hello. I am a bit of a simpleton here.

I have installed 1.1 and I am slowly trying to build a login/registration system.

It has occurred to me that if I just have my login form submit the username & password without ssl that the password will just be sent in plain text, no? To get around this I would have to have a javascript function that hashes the password in a manner that will exactly match the password hash that is in the db?

How do I go about doing this??
#30

[eluser]Popcorn[/eluser]
Hmm. Without SSL all $_POST data can be readable if your connection is sniffed. I suggest if you're really worried about security you shell out for SSL. Smile




Theme © iAndrew 2016 - Forum software by © MyBB