ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
17 stars 8 forks source link

Password reset email content doesn't indicate 1 hour time limit #193

Closed jvendetti closed 4 months ago

jvendetti commented 4 months ago

The functionality for expiring password reset links recently changed (see https://github.com/ncbo/ontologies_api/pull/133). The reset link expires after one hour, but there's nothing in the email message content to inform users of the time window. Currently it just says:

Someone has requested a password reset for user jv_test . If this was you, please click on the link below to reset your password. Otherwise, please ignore this email.

The message content should be updated to include the expiry time window.