Update last login field when validating existing login. Show 25 users in the user list instead of just ten.

This commit is contained in:
Jyri-Petteri Paloposki 2020-10-10 15:50:59 +03:00
parent 318e4a22e4
commit 2d02f2f262
3 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,3 @@ class Rack::PathInfoRewriter
end
Rack::Handler::FastCGI.run Rack::PathInfoRewriter.new(Tracksapp::Application)