grails-spring-security-facebook icon indicating copy to clipboard operation
grails-spring-security-facebook copied to clipboard

How do we add a custom registration page before the user is created in the database?

Open sctse999 opened this issue 9 years ago • 3 comments

After the user has authenticated with facebook, could we display a page to ask for further user profile detail before the user is created?

sctse999 avatar Feb 19 '16 08:02 sctse999

I'm also interested in this, as we have a mandatory email address on our profile, but occasionally facebook does not provide the email. Currently this causes an unrecoverable error

paulfairless avatar Sep 01 '16 15:09 paulfairless

Of course you can show a page to ask user email after authentication through FB. But it's unrelated to the plugin, right?

splix avatar Sep 01 '16 16:09 splix

It just requires us to make email an optional field on profile, which is not ideal as we basically use email address as the account identifier. Not impossible granted. I'd be equally happy if we could send an error message back to the user if we can't populate a valid profile - but currently this doesn't seem possible?

paulfairless avatar Sep 01 '16 16:09 paulfairless