掲示板

Auto login hooks

thumbnail
11年前 に Dave Weitzel によって更新されました。

Auto login hooks

Regular Member 投稿: 208 参加年月日: 09/11/18 最新の投稿
As an option to my problems programming a new user application so they are logged in ( see Here I tried developing an AutoLogin hook to take a request attribute of the user id and from that find the password and create the credentials.

It is doing this and returning them but the user isn't being logged in.

what else has to be done by the AutoLogin hook to enable this to happen?

I would prefer the solution to the original question in how to code authenticating the user immediately after creating them, but this would provide an alternative.