Prefinery

Component ID

2453747

Component name

Prefinery

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

366

Component created

Component changed

Component body

Prefinery is a complete launch platform for your web or mobile application beta. Manage signups, encourage viral referrals, generate invitation codes, and follow-up with your users.

This module only handles beta user login to Drupal site via invitation code generated by Prefinery. Beta invitation, beta code generation are handled via Prefinery. Since this module is likely short lives, no configuration UI is provided, configure by setting the variables.

  • Support redirection to Prefinery beta invitation request
  • Support Prefinery short codes

Installation

  • Get decode key from Prefinery
  • Configure the variables:
    $conf['prefinery_decode_key'] = '[Decode Key from Prefinery]';
    $conf['prefinery_header_title'] = 'Beta invite';
    // no redirection if empty
    $conf['prefinery_url'] = '';
    // if you enabled short codes
    $conf['prefinery_short_codes'] = TRUE;
    
  • Enable the module

Uninstall
Just disable the module.