BioASQ / AnnotationTool

Annotation tool for the BioASQ project
8 stars 0 forks source link

Password in e-mail is incorrect. #66

Closed 0xfeedface closed 11 years ago

0xfeedface commented 11 years ago

When I register using a password like 'foo$$bar' the e-mail contains as password 'foo$bar'.

renespeck commented 11 years ago

Hm, that's the reason: "%PASSWORD%".replace("%PASSWORD%", 'foo$$bar')

But not sure why I get 'foo$bar'.