Volunteers-for-Salesforce icon indicating copy to clipboard operation
Volunteers-for-Salesforce copied to clipboard

Prevent Sign up as someone else on PersonalSiteJobListing page

Open derekdanderson opened this issue 9 years ago • 4 comments

When an individual goes to their PersonalSiteJobListing page to sign up for a Job, it allows them to enter in someone else's information. In doing so, it signs the other person up for a job. Is there anyway to block this from happening? I see that the First Name, Last Name, and Email are hard coded into the VF page instead of in the Field Set, so we can't prevent them from changing the data.

Related to issue #176

derekdanderson avatar Jan 27 '16 18:01 derekdanderson

@derekdanderson - just so I make sure I understand the issue, what's the difference between this and #176?

It looks like we could consider rendering those input components as read-only if fPersonalSite is true, for an easy fix.

The next step of fix would be ensuring in the controller that those values aren't committed to the database and stored name/etc... are used instead. This may need to be configurable by a custom setting, if there's a use case for allowing the user to update their name here.

cdcarter avatar Jan 27 '16 23:01 cdcarter

**lurch: add

mpusto avatar Nov 02 '16 20:11 mpusto

Tracking W-016765

LurchTheButler avatar Nov 02 '16 20:11 LurchTheButler

another hub thread: https://powerofus.force.com/0D58000003GyHiy

davidhabib avatar Mar 08 '17 20:03 davidhabib