Opened 11 years ago
Closed 11 years ago
#1298 closed defect (fixed)
Self Registration - not adding profile.
Reported by: | ianwallen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.10.0 RC3 |
Component: | User interface (web) | Version: | v2.10.0RC2 |
Keywords: | Cc: |
Description
Selfregistration no longer works since the profile field was added to the userGroups table as mandatory. The selfregistration needs to add the profile in the insert statement.
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | Add-profile-in-sql-insert-for-userGroups-for-SelfReg.patch added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
- master commit e24721b40e1f257337cd98acefd9a1428ec7e87e
- 2.10.x commit 66dca630aaf5c9eab11dd2bca5de4a25d8238440
Note:
See TracTickets
for help on using tickets.
I uploaded a patch to add the profile in the insert statement.
Since Spring Security is now used, I'm not sure if this is the only required changed or not since it looks like this has not been tested since it was added.
I will let someone with more experience with the new spring security decide if this is all that is required.