Skip to content

Commit

Permalink
Merge pull request #813 from PlanoramaEvents/main-to-staging
Browse files Browse the repository at this point in the history
Check password needs to be done also without a
  • Loading branch information
balen authored Apr 12, 2023
2 parents 4115988 + 5422296 commit d9dcb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/controllers/people_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class PeopleController < ResourceController
POLICY_SCOPE_CLASS = 'PersonPolicy::Scope'.freeze
DEFAULT_SORTBY = 'name_sort_by'

skip_before_action :authenticate_person!, only: [:check_password]
# need to add includes etc to speed up query

def me
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/login/new_password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Password must not be a commonly used password of easily guessable.
Planorama makes use of the service
<a href="https://haveibeenpwned.com/" target="_blank">haveibeenpwned.com</a>
which is provided under the creatice commons (CC) license.
which is provided under the creative commons (CC) license.
</li>
</ul>
<p>
Expand Down

0 comments on commit d9dcb9c

Please sign in to comment.