Skip to content
Snippets Groups Projects
Commit 665bb3cb authored by Pierre Masereel's avatar Pierre Masereel
Browse files

[FIX] web: correctly redirect after database creation

When a database is created, we are not auto-logged in to the new
database anymore because the login passed to the authentication request
is 'admin' instead of the one set in the creation form.

To fix this issue, we used the login parameter from the creation form
in the authentication request. We also set the login field to
required in the create database form view.

This bug comes from rev https://github.com/odoo/odoo/commit/903733a32
parent 6e8f1d11
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment