Opened 9 years ago

Closed 9 years ago

#520 closed bug (worksforme)

Faulty html formatting in password reset request email

Reported by: Mario.Molih Owned by:
Priority: minor Milestone:
Component: Generic Version: 7.1.3
Keywords: Cc:

Description

When i want to reset my password the link in the reset request email is not shown properly. This is what i get:

LogicalDOC Enterprise - Request for password reset<br/> Click here: <a href="https://www.sifs.robel.cc:443/pswrecovery?ticketId=b44c28d999b3c9485250caa01456e427eafe6b39&userId=61">https://www.sifs.robel.cc:443/pswrecovery?ticketId=b44c28d999b3c9485250caa01456e427eafe6b39&userId=61</a>

Two links, one works the other one does not.

Change History (1)

comment:1 Changed 9 years ago by car031

  • Resolution set to worksforme
  • Status changed from new to closed

The sent email is in HTML format and sends just one link in a <a href='url'>url</a> tag. The snippet you provided seems correct. But the link is clickable just one time and then it becomes invalid.

Note: See TracTickets for help on using tickets.