Jim Gill Posted September 30, 2020 Posted September 30, 2020 Hello All, I have a very old script (fmp 10?) that creates User Accounts and assigns Privilege Sets. The users are then able to Login via WebDirect (primarily). The Add Account function is used with the following parameters: Add Account [ Account Name: _Parent Data::Parent1_Email_TrimAndRemoveReturns; Password: _Parent Data:: Parent1_WebPassword; Privilege Set: Web_User ] [ Expire password ] The Password is temporary (for first login only) that is randomly generated via Custom Function. Users are required to change their password on first login. The account is created but for some reason the user cannot Login via Webdirect or Client (Invalid Account/Password). I checked the privilege sets and they all check out. I can manually change the password form the Security Console and require a new password - and everything works as expected. Again this script worked for years - we typically only create accounts in the fall - so if there has been a major security update or some other new requirement that would throw a wrench in the works - well, hoping you all can help me out. Thank you in advance! Jim
bcooney Posted September 30, 2020 Posted September 30, 2020 Is an account actually created and enabled? Is Access via FileMaker Network (fmapp) checked? As for access via Webdirect...does the priv set you're assigning have this setting checked?
Jim Gill Posted October 4, 2020 Author Posted October 4, 2020 Quote On 9/30/2020 at 4:17 PM, bcooney said: Is an account actually created and enabled? Yes - Account is created and enabled. On 9/30/2020 at 4:17 PM, bcooney said: Is Access via FileMaker Network (fmapp) checked? Permissions/Extended Privilege's sets are correctly enabled - again - if I reset the password for the newly created account - the user is able to login in both WebD and fmapp.
bcooney Posted October 5, 2020 Posted October 5, 2020 What happens if you drop the use of the custom function and test with a known password as the default?
Jim Gill Posted October 6, 2020 Author Posted October 6, 2020 In the Add Account Function -> Password, I place a default, temporary (user has to reset pw on login), password of "camp1234" - notta - Still getting "authentication failed on database". If I reset the password for the account (Security Console) everything works as expected. I added Reset Account Password (with the Custom Function pw generator) immediately following Add Account function in my script - everything works as expected. While this is a temporary "fix" - something is really weird - I can't find anything on the web about this sort of behavior. @bcooney I see you are a moderator - perhaps try moving me over to Security Concepts? Not sure if anyone has had this issue. Thanks for your efforts here! Jim
Jim Gill Posted October 20, 2020 Author Posted October 20, 2020 Mainers are really having a hard time with this social distancing thing - we are not use to being so close to so many people. Had to take a break and head for the north woods for a couple of weeks. I was hoping for some insight on this one. Is this a bug? Can anyone reproduce this behavior or is it just me? Thanks in advance!
Recommended Posts
This topic is 1486 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now