Hello all.
Im working on a new project in our office, which basically will have me coding in ASP.NET (long story short, by using asp.net, i have help to code for the project...and its a big project..)
We are needing to wrap this new project in some secruity wrapper, and what I was thinking was to tie it into the MySQL database and table, and actually 'piggy-back' on the postnuke tables... WHen a user logs in, postnuke would create whatever sessions we need, so we know they are authenticated, which then asp would detect and work with. Now our question is, we will need to add 2-3 fields to the database... Will this affect postnuke in any way? Also, could this potentially break during a postnuke upgrade?
Thanks... If anyone has any suggestions (besides not using asp.net) on how I can go about tieing this system in with postnuke, that would be appreciated. If we figure we cant do it this way, we will most likely have to code something from scratch, and we are trying to make it so our employees dont have too many usernames/passwords to remember...or places to log into..
Thanks
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Postnuke user table modifications...Can this be done safely?
-
- Rank: Freshman
- Registered: Nov 29, 2004
- Last visit: May 28, 2009
- Posts: 69
just make sure you create a new table for these "2-3 fields"
that uses the user id of the user table as its primary key ..
this way you will not alter the Postnuke core tables ...
and so have no trouble with Postnuke upgrades
--
Cytopia - Download Psytrance
Athens Pub Crawl -
- Rank: Freshman
- Registered: Nov 29, 2004
- Last visit: May 28, 2009
- Posts: 69
under 0.75 user data have almost no
support on the API or the User module ...
not sure about 0.760 RC4 but I think
the same goes there too ..
making your own table seems the safest
option at this point ..
until the User Module is build with a proper API …
--
Cytopia - Download Psytrance
Athens Pub Crawl
- Moderated by:
- Support
