Compare commits

...

2 Commits

Author SHA1 Message Date
Richard Schreiber
8aecd3a133 Fix password-manager username not saved on customer account creation 2026-03-30 15:33:45 +02:00
Raphael Michel
a2cef22ea8 Bump version to 2026.4.0.dev0 2026-03-30 15:01:39 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
# <https://www.gnu.org/licenses/>.
#
__version__ = "2026.3.0"
__version__ = "2026.4.0.dev0"

View File

@@ -296,7 +296,7 @@ class SetPasswordForm(forms.Form):
}
email = forms.EmailField(
label=_('Email'),
disabled=True
widget=forms.EmailInput(attrs={'autocomplete': 'username', 'readonly': 'readonly'}),
)
password = forms.CharField(
label=_('Password'),