Loading...
 
Skip to main content

chosenGroup parameter is not applied when using a tracker plugin to register

Status
Closed
Subject
chosenGroup parameter is not applied when using a tracker plugin to register
Version
23.x
Category
  • Error
Feature
Administration
Group
User Administration (Registration, Login & Banning)
Resolution status
Confirmed
Submitted by
Bernard Sfez / Tiki Specialist
Lastmod by
Bernard Sfez / Tiki Specialist
Rating
(0)
Description

On a Tiki23 I set login to use user tracker information and a corresponding tracker.
User can register and they are assigned to group "Registered".

My use case is that when registering from a specific page the user should be assigned to a specific group.
The group "Mygroup" with the option "User can assign himself or herself to the group" to y (enable)

For this I use a tracker plugin and set it like this : registration="y" chosenGroup="Mygroup" validateusers="y"

The user using this tracker plugin will be assigned to registered no matter what.

Check the instance.



In the html I see a hidden input to assign Registered to the variable chosenGroup
Image

I tried to hard coded the value (<input type="hidden" name="chosenGroup" value="Mygroup">) at register-groupchoice.tpl to test but it didn't work.

Importance
7
Easy to solve?
6
Priority
42
Demonstrate Bug on Tiki 19+
This bug has been demonstrated on show2.tiki.org
Demonstrate Bug (older Tiki versions)
Ticket ID
7985
Created
Thursday 16 December, 2021 07:14:37 UTC
by Bernard Sfez / Tiki Specialist
LastModif
Saturday 15 January, 2022 07:56:31 UTC


Collapse/expand modules below
Show PHP error messages