View Issue Details

IDProjectCategoryView StatusLast Update
0006956mantisbtldappublic2010-04-23 23:22
Reportermcraig88 Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.1 
Summary0006956: LDAP: New User Signup
Description

New User signup works when Mantis set for LDAP authentication, however, the user gets an 'Invalid Email' warning after completion of the confirmation link screen. The user appears to be able to click the View Issues link and continue navigating, but that warning needs to go away.

Also, When configured to authenticate against LDAP, can we remove the User Email address requirement if email lookup is using LDAP?

TagsNo tags attached.

Relationships

duplicate of 0005175 closedvboctor LDAP e-mail and My Account 

Activities

dinofly

dinofly

2006-05-10 08:33

reporter   ~0012812

I think this bug is related to bug 0005175

You can uncomment the few lines that solves this issue in signup.php, in the user_signup function (line 345).

I don't know why they are commented.

ape

ape

2007-01-31 13:50

reporter   ~0013988

I think this bug is also related to, if not a duplicate of bug 0004906 (which predates this bug).

Seems to me there are two issues here really:

  1. Preventing/avoiding the need for new user signup when LDAP is the authentication mechanism (fixed by the patch for bug 0005595)

  2. Suppressing/modifying the new user emails when authenticating with LDAP (addressed by bug 0004906)

There's a patch for 0005595, just needs approval and checking in. I'm working on 0004906. Comments/input/patches welcome!