A bug related with adding new -EPersons
---------------------------------------

                 Key: DS-337
                 URL: http://jira.dspace.org/jira/browse/DS-337
             Project: DSpace 1.x
          Issue Type: Bug
          Components: DSpace API
            Reporter: Eija Airio
            Priority: Minor


When the system admin is adding new E-Persons, and types a space character 
after the email address, the space is stored to the email column in the EPerson 
table as well. This naturally causes problems: for example the same user is 
able to register with an email address without the space characters.

This can be corrected by adding a trim funcion in 
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowEPersonUtils.java:
String email = (request.getParameter("email_address")).trim();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to