DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Salted Password Hashes for sr_feuser_register

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-12-27T01:13:37.090000000
Classification:srfeuserregister_t3secsaltedpw
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:forAdmins, forIntermediates, xclass
Author:Peter Schuster
Email:typo3@peschuster.de
Info 4:
Language:en

img-1 img-2 EXT: Salted Password Hashes for sr_feuser_register - srfeuserregister_t3secsaltedpw

EXT: Salted Password Hashes for sr_feuser_register

Extension Key: srfeuserregister_t3secsaltedpw

Language: en

Keywords: forAdmins, forIntermediates, xclass

Copyright 2000-2009, Peter Schuster, <typo3@peschuster.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Salted Password Hashes for sr_feuser_register 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

`Additional Information 4 <#1.2.Additional%20Information|outline>`_

Confirm Registration Form 4

`ChangeLog 5 <#1.3.ChangeLog|outline>`_

Introduction

What does it do?

This extension modifies sr_feuser_register to work together with the extension saltedpasswords. This is done by xclassing tx_srfeuserregister_data and extending the methods parseIncomingData and parseOutgoingData.

In the function parseIncomingData the value of the password key in the userdata array is set to nothing to prevent output of the salted password hash on the website.

In the function parseOutgoingData a salted password hash is generated.

Note

Initially this extension was made to add support for 't3sec_saltedpw' to 'sr_feuser_register'. Since version 0.2.0 of this extension only the system extension 'saltedpasswords' (available since TYPO3 v4.3.0) is supported.

Additional Information

Confirm Registration Form

To prevent output of salted password hashes in the “Confirm Registration Form” the link in the email leads to, simply remove the ###FIELD_password### markers in your template file.

ChangeLog

2009-12-27 Peter Schuster < typo3@peschuster.de >

  • rewritten to use saltedpasswords
  • depends on TYPO3 v4.3.0
  • released version 0.2.0

2009-01-20 Peter Schuster < typo3@peschuster.de >

  • initial release
  • Version 0.1.0

5