My *personal* view is that I would only have the constructor create
what was needed for the logon screen. After logon you can delete/hide
the logon fields and create the real start page.

Feels safer (although probably only feels), and depending on the
resources needed for your real start page may use less resources on
the server as you wont need to create unused widgets etc. for sessions
that never logon.

So far as confirmation is concerned - I suggest a standalone CGI
program which accepts the http get request - and (presumably) checks
and updates the accounts table.

A.

2009/9/3 Raphael Bauduin <[email protected]>:
> Hi,
>
> I want to require  the authentication of users before they can access
> the application I'm developing.
>
> Is using StackedWedget the way to go, as illustrated at
> http://github.com/rdale/wtruby/blob/a51bf9a48c0a2e783f6911673a12557e4a3794b1/ruby/wtruby/examples_3_0/hangman/hangmangame.rb
> ?
>
> And if I want to have registration requiring a confirmation step
> (clicking on a link sent by mail), how do I do that?
>
> Thanks
>
> Raphaël
> --
> Web database: http://www.myowndb.com
> Free Software Developers Meeting: http://www.fosdem.org
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to