eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

Shows HTML markup in message for registering an account that already exists #109

Closed arpost closed 8 years ago

arpost commented 8 years ago

After pushing submit, says: Account already exists! You may go ahead and login.

screen shot 2016-07-18 at 3 22 19 pm

candyam5522 commented 8 years ago

I fixed the bug and test with LOCAL user already. It looks like this now when you try to register the same user twice:

screen shot 2016-07-19 at 11 23 37 am

Basically I:

  1. remove the html tag from Messages.properties file
  2. insert the html tag again with jQuery code in eureka.registration.js file Nothing change on JSP page and Servlet page If you think the UI looks good, I will pull a request.