Another random one, since we're on a roll today: ...
# support-questions-legacy
t
Another random one, since we're on a roll today: Is there a way to safely modify an
EmailPassword.init
property to hide signUp functionality? I have property for
palette
and the CSS
display:none
is fine, however the link is still available in the DOM. My goal: After validating against my database, I'm attempting to prevent outsiders from Signing Up. Sign in will ideally just validate with the db for user login. and I will manually create my users.