Better security project example?

Hey folks, I was wondering if somebody maybe had a better security example project they would be willing to share?
One which works :slight_smile:
And possibly uses an ID INT field for the user instead of the blimmin login name…

Anybody?

Off course you can, on the sec_users table replace el pk login with the id, in my application, I did that, in the security module it preserves the login as a key but externally for other modules use the ID int field. if works for you I can show you the db scheme.

Jaime,
What type of secuiry are you using?
Group? User? Application?
I use groups and it seems to work fine…

Kevin

nice idea, previously I had only added a new ID field and change the primary key what a pain that was… will give this a go thx

Mainly use groups.
current issue I have is logged here:
http://www.scriptcase.net/forum/forum/scriptcase-8/bugs-aa/64435-security-module-broken-again

[I]I will be installing a new application at a customer in about 3 weeks. Currently, I am still developing the general functionality but eventually I will implement group based security as I have done in other projects. Thus, I am a bit worried by this.

Has SC accepted this as a bug and given an ETA for its resolution?[/I]

(Sorry, ignore the above which was meant for the other thread: http://www.scriptcase.net/forum/foru…e-broken-again)

ok, for any doubt write an inbox message.

been busy making one myself, will see if I can upload it here, shar eand list its features once complete. could save somebody else quite some time to have a decent security platform ready.