python-gsoc / python-blogs

Python Software Foundation GSoC Blog Platform. This system was used until 2024 but is no longer maintained.
http://python-gsoc.org/
GNU Affero General Public License v3.0
41 stars 60 forks source link

GSoC 2019 - Custom registration url #67

Closed botanicvelious closed 5 years ago

botanicvelious commented 5 years ago

This issue is to create the ability to generate registration urls such as http://127.0.0.1:8000/en/register?id=56ac0bfd-5506-40d4-b2cb-eb30e02b8bec

Would have to be able to access these generated url's from a custom admin page, on that page would need to be able to see used/unused url's, generated date, and generate more

This url would be unique and only usable for one registration. It would bring the user to a page that would ask for user/pass/email and then create a user based on that information.

For the url unique string just use a RFC 4122 UUID

ghost commented 5 years ago

Will work on this! @botanicvelious