Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 7928 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Please excuse my ignorance on this, but I'm having one tough time. Im trying to pass the username from the Web Security DB login to a field in Filemaker called currentusername using External("Web-ClientName", 0) . Is their a better way of doing this? Plus I'm noticing how limited the current Web Security DB is, I'm looking for a way to limit users from only editing and viewing their own records. Hence the need for External("Web-ClientName", 0).

Any help would be appreciated : )

Posted

What it does

[FMP-ClientUserName] is replaced with the client's user name from HTTP authentication.

Syntax example(s)

Return the client's user name using an HTML file

Your name is: [FMP-ClientUserName]

<!-- After processing it could look like:

Your name is: John

-->

From the CDML reference database.

HTH-

Courtney

Posted

IMHO -- best is creating your own User db and log users in your system. Then carry the user ID with tokens through your pages.

I did like that 5 systems and it works OK.

This topic is 7928 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.