Background
A workflow that we want to investigate for IPBee is to be able to open a modal when a person clicks edit. This modal would have the Create account and Login forms in two separate tabs. See prototype.
Questions
- Is it possible to load an OOUI modal from an article page?
- Is it possible to have the Create account form be put in and run from a modal? Any security implications?
- Is it possible to have the Login form be put in and run from a modal? Any security implications?
- Would it be possible to accommodate a captcha in the modal from a technical pov? The captcha shows up on Special:CreateAccount sometimes (not sure what triggers it).
- Would it be possible to redirect them to the article's edit page after they've logged in or created their account?
- Is it possible to do this just on Desktop and have a different workflow for mobile?