Login System

Hello,
I am working on a site of an accounting firm,
but they want their customers to do their accounts online
but you need a highly secure login system
can someone tell me how I can best encode and can place it in Freeway


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Speaking as someone who has built quite a few of these systems for
pharmaceutical companies (nearly as paranoid a bunch as financial
analysts), Freeway may certainly be used to create the look and feel
(the templates) for such a system, but it does not have any built in
tools for creating the application logic you would need to properly
secure anything more valuable than a folder of cat photos.

Now if this accounting firm has hired a programmer to build the
account management system, and has tasked said programmer with the
business logic and authorization and authentication parts of the
problem, you could very easily build a login screen for that system
(it’s just a form page, after all) as well as blank template pages to
decorate their deadly-dull-but-highly-secure pages.

But if all you’ve ever built are static HTML Web pages, I would not
recommend this for a first foray into dynamic server-side programming.
There’s just too much liability to go around whenever you start
talking about other people’s money.

Walter

On Aug 15, 2011, at 11:08 AM, Jordy wrote:

Hello,
I am working on a site of an accounting firm,
but they want their customers to do their accounts online
but you need a highly secure login system
can someone tell me how I can best encode and can place it in Freeway


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Trying once again to use this:

1.) 12 page site created in FW 5.5 Pro (now using 5.6).

2.) 2 pages discuss ‘golf’ and have the word ‘golf’ in their content.

3.) CSS menus on master page (applied to all pages in site) have ‘golf’ in one of the menu items.

4.) Search for ‘golf’ and every page on the site is returned in the results.

Obviously the string in the menus is being found as page content. Is there anything I can do to make this usable short of removing all possible searched for strings from my menus?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can apply the Remove from Search Action to items you don’t want to appear in the search results.

Joe

On 15 Aug 2011, at 18:24, Scott Simon wrote:

Trying once again to use this:

1.) 12 page site created in FW 5.5 Pro (now using 5.6).

2.) 2 pages discuss ‘golf’ and have the word ‘golf’ in their content.

3.) CSS menus on master page (applied to all pages in site) have ‘golf’ in one of the menu items.

4.) Search for ‘golf’ and every page on the site is returned in the results.

Obviously the string in the menus is being found as page content. Is there anything I can do to make this usable short of removing all possible searched for strings from my menus?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Cool!

On Aug 15, 2011, at 11:09 AM, Joe Billings wrote:

You can apply the Remove from Search Action to items you don’t want to appear in the search results.

Joe

On 15 Aug 2011, at 18:24, Scott Simon wrote:

Trying once again to use this:

1.) 12 page site created in FW 5.5 Pro (now using 5.6).

2.) 2 pages discuss ‘golf’ and have the word ‘golf’ in their content.

3.) CSS menus on master page (applied to all pages in site) have ‘golf’ in one of the menu items.

4.) Search for ‘golf’ and every page on the site is returned in the results.

Obviously the string in the menus is being found as page content. Is there anything I can do to make this usable short of removing all possible searched for strings from my menus?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options