Allow signup at login.

Whether or not unauthenticated users will be offered an option to sign up for GitHub during the OAuth flow. The default is true.

Use false in the case that a policy prohibits signups.

Property definitions

popcorn $ GithubLogin :: allow_signup
	# Allow signup at login.
	#
	# Whether or not unauthenticated users will be offered an option to sign up
	# for GitHub during the OAuth flow. The default is true.
	#
	# Use false in the case that a policy prohibits signups.
	var allow_signup = true is writable
lib/popcorn/pop_auth.nit:112,2--118,36