zooniverse / Zooniverse

27 stars 13 forks source link

Should be able to configure popup 'signup' dialog at defined intervals #11

Closed arfon closed 11 years ago

arfon commented 11 years ago

...to encourage people to sign up. Is this baked in already?

brian-c commented 11 years ago

You can call require('zooniverse/controllers/signup-dialog').show() for the sign-up dialog or require('zooniverse/controllers/login-dialog').show() for the sign-in dialog.

brian-c commented 11 years ago

@kapadia