Flask-User icon indicating copy to clipboard operation
Flask-User copied to clipboard

Add a USER_URL_PREFIX configuration option

Open sangaline opened this issue 10 years ago • 1 comments

I think that it's a common use case that people want to put all of the user urls under another prefix other than '/user' (e.g. '/admin', '/'). Might it make sense to add a new config option that lets people change all of them at once instead of having to specify all 12 individually? The proposed implementation in this pull request would be backwards compatible while adding a small convenience for those wanting to specify a different url prefix.

sangaline avatar Oct 02 '15 15:10 sangaline

Hi @sangaline! Thank you for your contribution! It looks super useful. Could you please rebase your branch over current master branch to resolve conflicts?

and-semakin avatar Nov 08 '19 08:11 and-semakin