Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need direct url to claim ID when someone submits email #126

Open
GoogleCodeExporter opened this issue Mar 10, 2016 · 1 comment
Open

Need direct url to claim ID when someone submits email #126

GoogleCodeExporter opened this issue Mar 10, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by animesh on 20 Mar 2010 at 11:41

  • Added labels: Component-UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant