SymfonyCasts/reset-password-bundle

Requires default_uri to be defined

akincer opened this issue · 5 comments

This might confuse some folks that are getting localhost as the root of the generated URI due to url() in twig prepending localhost without having default_uri defined in routing.yaml.

I don't think we can require default_uri in this bundle, as it comes from another bundle. However, this is definitely an easy place to mess up, so it could definitely be mentioned in the README - like if you're getting localhost URLs on production, you should set this.

PR warmly welcomed for this :)

Created. If the wording needs changed just let me know.

Just for reference: #250