Umuzi-org / Tilde

Open source agile, collaborative learning platform.
52 stars 34 forks source link

V2 login flow #674

Closed kingraphaii closed 8 months ago

kingraphaii commented 9 months ago

Related issues: [please specify]

Description:

What are you up to? Fill us in :)

Screenshots/videos

I solemnly swear that:

kingraphaii commented 9 months ago
  • the URL in for reset was using example.com as the base URL, is that normal or can we point it to a global base URL variable? So that in dev mode we use localhost and the right base URL in prod?

So django gets the current site from the Sites module. You should be able to update your site in the admin

Regarding the errors, I don't know if they just show up on first render or if I did something weird. Ideally I don't think they should show up without me having entered a password

SO those werent errors but help text hence their showing before submission :). I've since removed them on new commits

Ngoakor12 commented 9 months ago
  • the URL in for reset was using example.com as the base URL, is that normal or can we point it to a global base URL variable? So that in dev mode we use localhost and the right base URL in prod?

So django gets the current site from the Sites module. You should be able to update your site in the admin

Ah I see, I hoped there would be a configuration of some sort in the settings file.

Ngoakor12 commented 9 months ago

@kingraphaii merge conflicts