Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
- mesteele101 created topic »File packaging« 16. 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
user regestration output
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Jun 26, 2009
- Posts: 109
what i would liek to do is make it so that evry time a user regesters PN add's parts of their regestration info to a file .. mainly jsut username and pass .... the reason i would liek to do this is that my ftp servr stores its usernames and their passwords as a text document .. i would liek to make it so that evy new user is also regesterd with the ftp server .... .. ive learned that almost anythign is doable .. does anyone know how to go about this ?? -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 60
Why not write a script that read the DB for username and password combo and then oututs it to a text file you could then cron the job to run every few hours and that would solve your problem. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 109
The password is MD5 hash protected in the DB, so in theory you can not reverse it back to clear-text.
Even if if could be done - you should not do it casually since this is going to create a potential loop hole in your server. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 109
kage12
yeah .. so is there anyway to have all the passwords and their corrisponding names saved as a text document (all of this bieng serverside not client) and for it to be secure?
Hijack the New-User registration page and the Change Password page plus the Lost-Password page. You then can intercept the username, password input in clear text and write to a directory outside of the web root as an encrypted file. Then use write another server script to regularly decrypt these files and create the master pwd file. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 109
kage12
.... the reason i would liek to do this is that my ftp servr stores its usernames and their passwords as a text document .. i would liek to make it so that evy new user is also regesterd with the ftp server ....
Then perhaps you should change your approach and using the UpDownload module (or the more complicated NukeOwl module) instead of FTP service - that way, your users can have read and write access to share files. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Jun 26, 2009
- Posts: 109
well jsut having read & write acxess isnt my goal .. firstly i was hopeing to use it to tracdk user activity .. like i could see whos downloading what
second .. i have thousands of files .. i cant add them all
( iif neones ever herd of a code that can auto add files .. id be interested .. doesnt really evin HAVE to be PN i can incor4perate it)
third .. i wantedto be able to set individual permissions .. like allow some ppl to upload and others to edit and stuf like that
(thats not a ig issue, im currently writing a permissions section for updownload)
- Moderated by:
- Support
