Feature Name:
Direct link to claim ID
What it will do:
When a logged-in user provides the system the email address of another
user, the link sent to the new user should be of the form
https://[domain-name]/home/getmyaccount/id/114.html
and not
https://[domain-name]/
as it is now. This will make for a much nicer user experience. We can
extract the user ID since the user is anyways viewing the profile of user
114 at the moment when he provides the address.
Pitfall: Try to format the url /getaccount/id/$uid.html from a mapping, and
not hardcode it, so that nothing breaks if we later decide to change the
url scheme.
Original issue reported on code.google.com by animesh on 18 Mar 2010 at 5:05
Original issue reported on code.google.com by
animesh
on 18 Mar 2010 at 5:05