Ricompilo file...
This commit is contained in:
@@ -50,7 +50,6 @@ public partial class mod_login : ApplicationUserControl
|
||||
lblMessage.Text = traduci("UserNotAuth");
|
||||
if (Page.User.Identity.IsAuthenticated)
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 01"), tipoLog.INFO);
|
||||
//recupera user windows se c'è...
|
||||
string ad_name = Page.User.Identity.Name;
|
||||
string delimStr = "\\";
|
||||
@@ -60,7 +59,6 @@ public partial class mod_login : ApplicationUserControl
|
||||
user_std _utente = new user_std();
|
||||
if (_utente.ADuserOk(dom_user[0], dom_user[1]))
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 02"), tipoLog.INFO);
|
||||
bool fatto = _utente.startUpUtente(dom_user[0], dom_user[1]);
|
||||
if (fatto)
|
||||
{
|
||||
@@ -82,10 +80,8 @@ public partial class mod_login : ApplicationUserControl
|
||||
}
|
||||
else
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 03"), tipoLog.INFO);
|
||||
if (memLayer.ML.confReadBool("autoEnrollEnabled"))
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Login 04"), tipoLog.INFO);
|
||||
// rimando al modulo di auto enroll...
|
||||
Response.Redirect("autoEnroll.aspx");
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ pipeline {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
/* build delle SteamWare libs! */
|
||||
build 'SteamWare/SteamWareLib'
|
||||
build 'SteamWare/SteamWareLib'
|
||||
/* copio le libs...*/
|
||||
step([$class: 'CopyArtifact', fingerprintArtifacts: true, projectName: 'Steamware/SteamWareLib', selector: [$class: 'WorkspaceSelector'], target: '../Steamware/SteamWareLib'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user