Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
452c17e6
Commit
452c17e6
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch '586-accountsignupform-accesses-database-on-instantiation' into 'master'
Resolve "AccountSignupForm accesses database on instantiation" Closes
#586
See merge request
!846
parents
7fcaf124
317e6f72
No related branches found
No related tags found
1 merge request
!846
Resolve "AccountSignupForm accesses database on instantiation"
Pipeline
#47149
failed
3 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+6
-0
6 additions, 0 deletions
CHANGELOG.rst
aleksis/core/forms.py
+0
-2
0 additions, 2 deletions
aleksis/core/forms.py
with
6 additions
and
2 deletions
CHANGELOG.rst
+
6
−
0
View file @
452c17e6
...
...
@@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* Remove left-over reference to preferences in a form definition that caused
form extensions in downstream apps to break
`2.4`_ – 2021-12-24
-------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/forms.py
+
0
−
2
View file @
452c17e6
...
...
@@ -582,8 +582,6 @@ class AccountRegisterForm(SignupForm, ExtensibleForm):
password1
=
forms
.
CharField
(
label
=
_
(
"
Password
"
),
widget
=
forms
.
PasswordInput
)
privacy_policy
=
get_site_preferences
()[
"
footer__privacy_url
"
]
if
settings
.
SIGNUP_PASSWORD_ENTER_TWICE
:
password2
=
forms
.
CharField
(
label
=
_
(
"
Password (again)
"
),
widget
=
forms
.
PasswordInput
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment