EVE-SECURE / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
0 stars 0 forks source link

user login not working #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After a fresh install of rev.442 and uncheck "Registration disabled" and
checked Allow out-of-game registration" i'll see the "User" Menu on
top-right, can go to register page and insert values. After klicking
"Register" it tells me that "registration is complete". I'll get an
database entry, but i'm not able to "login" with username and password,
cause there is only a "password" field shown if i klick on "login".

Original issue reported on code.google.com by Marc.Kow...@googlemail.com on 28 Jan 2010 at 4:09

GoogleCodeExporter commented 9 years ago
This is hardcoded in the template (afair).
I'm not sure how far the usersystem ever got. Maybe we should take a look at it 
again.

Or we could prepare it for a bridge to smf or phpbb?

Original comment by niels%ns...@gtempaccount.com on 29 Jan 2010 at 8:37

GoogleCodeExporter commented 9 years ago
This is actually carried over from 2.0, and 1.5 before that. The template has 
to be 
manually edited to remove the commented out username section. This could easily 
be 
handled by a Smarty if hooked into the config setting, but does user login 
actually 
do anything?

There's another problem to take care of if this is enabled. the page cache 
doesn't 
take into account the user login. If the page cache is on the copy will be 
served 
regardless of who is or isn't logged in.

I'm marking this as accepted for 3.1. Something needs to be done even if it's 
removal. Another possibility is the <= 2.0 apiuser mod, if someone is willing 
to 
investigate it.

Original comment by kovellia on 29 Jan 2010 at 9:04

GoogleCodeExporter commented 9 years ago
I started work on a completely rewritten apiuser mod a while ago. Haven't had 
much
time to work on it, but hopefully I will Soon™.

Original comment by mastergamer0168@gmail.com on 29 Jan 2010 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by kovellia on 25 Jul 2010 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by kovellia on 11 Jul 2011 at 3:59