Module to subscribe new users or a particualr role, and module for showing users in a list in the admin. Has a front end page for subscribing your users – register, login, forgotten password

Subscribers

Subscribers module for Processwire 2.4+

Intended to host all required functions to allow users to register and login to a Processwire website by adding a few functions within your template files.

Modules list:

  • Subscibers -- helper functions for creating user registation, login and lost password forms -- validates and creates users as defined role -- on install creates new user role and permission subscriber that can be over written -- on install creates all fields needed to sign up user fullname, email_subscribe, company, subscribe_date.
  • subscribersProcessList -- helper module to add a new process class to admin allowing for a list page of subscribers that can be paginated through and exported.

Install


Install module in modules folder in your Processwire installation. update modules in admin and install module.

Settings


Change role and permissions to be installed.

Usage


// get subscriber module
$subscribers = $modules->getModule('Subscribers');

// login form
echo $subscribers->formLogin();

// login user
$error = $subscribers->login($input->post->username, $input->post->pass);

// register form
echo $subscribers->formRegister($input);

// register user
$error = $subscribers->register($input);

// delete user
$response = $subscribers->deleteUser($user);

// show user info
$userInfoHtml = $subscribers->loggedIn($user, $input);

TODO:


  • make everything more robust and more configurable (please help)

Install and use modules at your own risk. Always have a site and database backup before installing new modules.

Latest news

  • ProcessWire Weekly #514
    In the 514th issue of ProcessWire Weekly we'll check out the latest blog post from Ryan, introduce two new third party modules — Page List Versions Counter and Fieldtype Fieldset Panel — and more. Read on!
    Weekly.pw / 16 March 2024
  • Invoices Site Profile
    The new invoices site profile is a free invoicing application developed in ProcessWire. It enables you to create invoices, record payments to them, email invoices to clients, print invoices, and more. This post covers all the details.
    Blog / 15 March 2024
  • Subscribe to weekly ProcessWire news

“We chose ProcessWire because of its excellent architecture, modular extensibility and the internal API. The CMS offers the necessary flexibility and performance for such a complex website like superbude.de. ProcessWire offers options that are only available for larger systems, such as Drupal, and allows a much slimmer development process.” —xport communication GmbH