From 0f036999567117ff42b2174f4b9703e33ba8628e Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Thu, 27 Aug 2015 12:20:28 +0200 Subject: [PATCH] [FIX] auth_signup: login & name readonly if signup with token In the case of a signup with token, the user login already exists, and changing of login (email) is therefore not allowed. It's the same behavior than in the reset password view (`auth_signup.reset_password`) opw-648125 --- addons/auth_signup/views/auth_signup_login.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/auth_signup/views/auth_signup_login.xml b/addons/auth_signup/views/auth_signup_login.xml index 27d80dfb5bf..33fbf119d7a 100644 --- a/addons/auth_signup/views/auth_signup_login.xml +++ b/addons/auth_signup/views/auth_signup_login.xml @@ -42,7 +42,9 @@