Skip to content

History / Simple Password Authentication

Revisions

  • Updated Simple Password Authentication (markdown)

    @dustinscarberry dustinscarberry committed Oct 17, 2022
  • Updated Simple Password Authentication (markdown)

    @dustinscarberry dustinscarberry committed Oct 17, 2022
  • Better to be explicit about this maybe

    @roberthopman roberthopman committed Nov 12, 2021
  • Assumption that this is used for allowing users to sign themselves up, but many apps new users are only created by admins. Added comment to clarify this.

    @Beartech Beartech committed Nov 12, 2021
  • Formatting. More context on previous edit: tutorial steps didn't work because we don't use a `user_sessions` resource in the routes. Change is to use the `login_path` instead of `user_sessions_path` and add the corresponding post 'login' route.

    @Jaacky Jaacky committed Feb 15, 2021
  • Update Simple Password Authentication docs

    @Jaacky Jaacky committed Feb 15, 2021
  • Change user_sessions_path to users_path in new user session view

    @wout wout committed Jan 17, 2021
  • Add defining users routes, since now we use scaffold_controller instead of scaffold.

    @shirakia shirakia committed May 12, 2020
  • Remove unecessary routes and actions

    @benkoshy benkoshy committed Jan 9, 2020
  • see last edit

    @Uzay-G Uzay-G committed Dec 24, 2019
  • When you generate the scaffold for the user the form is like this: `<%= form_with(model: User.new, local: true) do |form| %>` so we need to use `form.` instead of `f.`

    @Uzay-G Uzay-G committed Dec 24, 2019
  • fixed: Avoid 'The name 'User' is either already used in your application' errors

    @no1-knows no1-knows committed Oct 24, 2019
  • Update session form to use `form_with` per @neko314's suggestion

    @joshbuker joshbuker committed Oct 3, 2019
  • Please see the issue #182

    @Eiostu Eiostu committed Apr 25, 2019
  • Fix for my former fix

    @andrewr224 andrewr224 committed Nov 12, 2018
  • Use equality operator instead of assignment

    @andrewr224 andrewr224 committed Nov 12, 2018
  • Fixed a critical security bug in case /sessions routes is misconfigured with all 'resources'

    @trackq trackq committed Oct 2, 2018
  • Just wrapped ruby for `UsersController`

    @hiphapis hiphapis committed Apr 4, 2018
  • Update https://github.com/NoamB/sorcery/issues/728 content.

    Lt. Cmdr committed Mar 18, 2016
  • Remove deprecated methods before_filter and skip_before_filter.

    @RomanKrasavtsev RomanKrasavtsev committed Nov 29, 2015
  • We should validate password only when password changed or record is not persisted yet...

    @dariush-y dariush-y committed Aug 22, 2015
  • should use uniform action/filter syntax

    @sebbean sebbean committed Aug 6, 2015
  • Updated Simple Password Authentication (markdown)

    @andrei-sheina andrei-sheina committed May 17, 2015
  • Version 8.3.x details are outdated, current version is 9.1.x

    @sirwolfgang sirwolfgang committed Apr 7, 2015
  • Controller needs to inherit from ApplicationController

    hallucynogenyc committed Aug 7, 2014
  • Updated Simple Password Authentication (markdown)

    @sailman sailman committed Jun 22, 2014
  • Updated Simple Password Authentication (markdown)

    @gunnaraasen gunnaraasen committed Jun 14, 2014
  • Updated Simple Password Authentication (markdown)

    @torbjon torbjon committed Apr 25, 2014
  • Proper flashes in layout

    @kirs kirs committed Nov 3, 2013
  • Don't create migration on initial scaffolding

    @kirs kirs committed Nov 3, 2013