memphis-iis / mofacts

8 stars 1 forks source link

Issue 1464: CF (Entry Point) #1465

Closed MegaGeese closed 6 months ago

MegaGeese commented 6 months ago

Meteor doesn't support setting data in the user's "profile" in mongo. Added a parameter called "loginParams" to track entry point and other login information.

JRustyHaner commented 6 months ago

@MegaGeese @imrryr this is a limitation that we are dealing with regularly at this point. Meteor is dropping support for allowing persistent data storage inside of user profile. It resets sporadically.

@MegaGeese fix here moves that variable out of the profile, allowing it to be persistent.