|
Your continued generosity and support of FMForums is greatly appreciated. |
markriz2001
novice
Posts: 11
Post Rank (AVG):
FMP: 8 Advanced OS: Windows 2000 Skill: Expert
Tweet This Post!
|
Welcome markriz2001's first post!
Is there a way to bypass the Web login window, from a link sent in an email from filemaker.
Is there a way to bypass the login screen and go into a script, or layout
This Post: Client: 8 OS: Cross Platform Host: Server 8 Advanced OS: Windows 2003
|
|
|
John May - Point In Space
Kung Fu Master
Posts: 394

Loc: Carrboro, NC
Post Rank (AVG):
FMP: 11 Advanced OS: Mac OS X Snow Leopard
Member: TechNet, FBA Skill: Expert
–
Tweet This Post!
|
In response to markriz2001
If you have only Guest access enabled for your database, it is possible to use a link of the following format to log directly in:
http://www.yourdomain.com/fmi/iwp/cgi?-db=Datab aseName&-loadframes
Leaving the ".fp7" extension off the DatabaseName.
Otherwise, you can authenticate a user using a link like:
http://www.yourdomain.com/fmi/iwp/cgi?acct=acco unt&name=username& ;password=password&lo gin=Login&-authdb
But this can't be used to go directly to a database - it will auth the user then land you on the database listing page. It is possible to modify the iwp_home.html page in FMSA to then auto-redirect using Javascript keyed off the domain used to access it.
- John
P.S. I don't know why the bulletin board software is messing up my links a bit, but you get the idea.
|
Reed
Pooh-Bah
Posts: 1500

Loc: Minneapolis, MN
Post Rank (AVG):
FMP: 10 Advanced OS: Cross Platform
Member: TechNet Skill: Intermediate
Tweet This Post!
|
In response to John May - Point In Space
I wonder if you'd be willing to attach a copy of your modified iwp_home.html page with that little javascript in it?
Thanks,
Dana
|
John May - Point In Space
Kung Fu Master
Posts: 394

Loc: Carrboro, NC
Post Rank (AVG):
FMP: 11 Advanced OS: Mac OS X Snow Leopard
Member: TechNet, FBA Skill: Expert
–
Tweet This Post!
|
In response to Reed
Sorry - our specific code is proprietary to our hosting service, and a benefit of using such. A general web search should turn up plenty on writing both domain detection and browser redirection javascripts.
- John
|
Reed
Pooh-Bah
Posts: 1500

Loc: Minneapolis, MN
Post Rank (AVG):
FMP: 10 Advanced OS: Cross Platform
Member: TechNet Skill: Intermediate
Tweet This Post!
|
In response to John May - Point In Space
But then I'd have to do work and stuff....
|
|
Your continued generosity and support of FMForums is greatly appreciated. |
markriz2001
novice
Posts: 11
Post Rank (AVG):
FMP: 8 Advanced OS: Windows 2000 Skill: Expert
Tweet This Post!
|
This is markriz2001's second post.
In response to John May - Point In Space
The read only Guest works great, I just needed the right combination
Thanks for your help
Mark
|
|
|