PacketFence - BTS - PacketFence
View Issue Details
0001411PacketFenceguestspublic2012-03-29 14:352015-02-13 15:42
obilodeau 
 
normalminoralways
closedopen 
 
 
0001411: fix bad categorization of pre-registered guests
Right now, a self-registered guest who registers in advance (remotely) gets an entry created in temporary_password and is authenticated in the system through authentication::preregistered_guests.

Problem with that is that the category applied to such a guest is the one configured by: [guests_admin_registration].category. Which should be the category for administrators-created guest accounts.

To fix: target category should be in temporary_password table to support preregistration properly. preregistered_guests then just feeds the category from the table to the user who authenticated.

Workarounds can be performed by users by modifying their conf/authentication/preregistered_guests.pm... module logic.

Bump if you feel this is important.
No tags attached.
Issue History
2012-03-29 14:35obilodeauNew Issue
2012-09-13 11:10fgaudreaultNote Added: 0003062
2015-02-13 15:42lmunroNote Added: 0003830
2015-02-13 15:42lmunroStatusnew => closed

Notes
(0003062)
fgaudreault   
2012-09-13 11:10   
I did some code to add that field to temporary_table to permit usage of categories in the guest_manager. Code is in feature/guest_manager_categories
(0003830)
lmunro   
2015-02-13 15:42   
These bugs have been sitting untouched since 2012.
Closing them and possibly reopening in github tracker where relevant.