-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F-Req: any possibility to set account-flags on (first) logon? #153
Comments
ok, thanks, this is working for the actual problem. unfortunately it's not clear, when the scripts are called in the various stages. I've now put the script into the notification-stage, as it seems, that this is only called, if the previous stages run successfully -- or am I wrong? |
It runs depended on the plugin order |
thanks. but it seems that the scripting is not 100% reliable. I've had a look at pGina.Service.ServiceHost_log.txt, but nothing corresponding can be found there. due to that pGina does these scripting-calls synchronously, it should get at least the information, if that call could be successfully placed or not (e.g. path not found or returned error) quick view into log4net.config didn't show a simple possibility for that... (btw.: many thanks for your time even for continuing work at pGina and now nearly just-in-time help to get special requirements running) |
Logging is done at pGina.Service.ServiceHost_log.txt |
when using the mysql-auth-plugin, locally created user hasn't set any flags, so we have to it manually (which makes using pGina less efficient):
I'm neither familiar with pGina-code, nor the windows-auth-process, so I don't know, if it's possible at all within the auth-mechanism and if, where to work at best.
(is there any documentation about the call-chain on login?)
another way may be possible, too, and maybe this offers more possible features: calling system-scripts with the username after successful auth, but before showing the desktop...
or is this already possible somehow?
The text was updated successfully, but these errors were encountered: