Git Product home page Git Product logo

refinerycms_membership's Introduction

Memberships engine for Refinery CMS.

A role based membership engine for refinerycms

Installation

  • Clone this repo into vendor/engines/refinerycms-memberships

  • To your Gemfile add:

  • gem 'refinerycms-memberships', '1.0', :path => 'vendor/engines'

  • Then run:

  • bundle install

  • rails generate refinerycms_memberships

  • rake db:migrate

  • Via the rails console, add a membership role:

  • Role.create!(:id => 3, :title => 'Member')

  • set up actionmailer in your environment file(s) the plugin will fail without it

  • config.action_mailer.raise_delivery_errors = false

  • config.action_mailer.delivery_method = :sendmail

  • config.action_mailer.perform_deliveries = true

  • config.action_mailer.default_url_options = { :host => "some.host.com" }

  • In vendor/engines/refinerycms_membership/config/initializers/membership_config.rb

  • Define ADMIN_EMAIL constant. This will be the "from" when users get email.

Notes

  • You're a member or not, there are currently no different levels of membership
  • I use jQuery DataTable to list members
  • It integrates some page parts - you can chance them to fit your own needs

Needs work

  • Needs testing! I had testing in the first version. Sadly they are not updated. Bad developer.. No cookie.
  • Could have a role management piece
  • Could have different levels of membership

Versions

0.9.9.13

  • Allows members to sign-up
  • Admins can approve, reject, extend, cancel membership
  • Members can log in, and reset their passwords
  • No permission redirects to login instead of 404'ing
  • Member's directory

0.9.9.8

  • First version, just has page-role-user management

refinerycms_membership's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.