Skip to content

Commit

Permalink
Fixed critical error in WebAuth for pending users
Browse files Browse the repository at this point in the history
  • Loading branch information
panthernet committed May 16, 2018
1 parent 5ae708e commit 96cae3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions ThunderED/Modules/OnDemand/WebAuthModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ await response.WriteContentAsync(File.ReadAllText(SettingsManager.FileTemplateAu
{"allianceID", allianceID},
{"authString", uid},
{"active", "1"},
{"groups", "[]"},
{"dateCreated", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}
});

Expand Down
8 changes: 6 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ v1.1.1
+ Added includePrivateMail property to mail groups
+ Added Docker support
+ Added additional messages when bot don't have access rights in Discord channel
+ Improved performance
+ Unified date format handling
+ Added missing AppKey parameter to fleetup default config
+ Improved overall bot performance
+ Improved fleetUp module error handling
+ Fixed critical error in WebAuth for pending users
+ Fixed radius kill handling with 2 or more groups
+ Fixed possible radius processing fail
+ Some localization fixes
+ Unified date format handling

v1.1.0
+ Added sender options to mailModule to filter mail by sender IDs
Expand Down

0 comments on commit 96cae3e

Please sign in to comment.