drusepth / Indent

Indent is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://indentapp.com
1 stars 1 forks source link

Implement ActiveModel SecurePassword functionality #432

Closed Cantido closed 9 years ago

Cantido commented 9 years ago

Rails 4 has an authentication scheme built into ActiveModel. We should replace the custom authentication and hashing with this functionality.

Cantido commented 9 years ago

This will fix #431, #417, and #376.

drusepth commented 9 years ago

@Cantido Looks solid, just had a couple questions. Will be happy to merge afterwards.

drusepth commented 9 years ago

Awesome, that was fast. Looks great -- merging.