Login / Status
developer.Resource
Home . Extensions . Repository
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

Extension Repository

The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.


New front end login box


InfoRatingsFeedback


  • Icon
    newloginbox
    Title
    New front end login box
    Extension key
    ( newloginbox )
    State
    obsolete, Not reviewed!
    Author
    Stefan Strasser (formerly Kasper Skrhj)
    Category
    plugin
    Version
    3.1.1
    Manual
    Read online
    Downloads (total / this version)
    173172 / 1315
    Rating
    3.6 (8 votes)
    Updated
    07.06.2008
    Upload comment
    Marked as obsolete : deprecated since TYPO3 4.2 because its login-functionality is now integrated into the core as sysext felogin / the userlisting-plugin has been put into the extension feuserlisting // see manual for further explanation
    Description
    This is an alternative to the good old login box. This version features a little more functionality, including success/error messages, cookie check, forgot password etc.
  • Dependencies
    • depends on typo3 3.5.0-4.1.99
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
    • 3.1.0: Language files converted from php to xml-files, therefore Typo3 4.0 is required! / New and enhanced labels for french / Fixed XHTML-issue with link-generation / User-groups to be displayed with user-listing now may be chosen / see Changelog for details
    • 3.0.1: Updated manual / Fixed bug 4265 : Page browser error / Added TS-variable storagePid (bug 1787) / Added TS-variable showForgotPassword (bug 1389) / Fixed bug 3197 : password-forgot-mails contains htmlencodings / see ChangeLog for details
    • 3.0.0: - Newloginbox is now template based (thanks to Brice Bernard) - Added support for permanent log-in (aka "Stay logged in") feature of the latest development version of the core. (For use of permalogin with TYPO3 4.1, use the extension "core_permalogin")
    • 2.2.11: fixed manual
    Download extension

    Download compressed extension .T3X file

  • Filename Size View Date Download
    ChangeLog 5.3 K View 07.06.2008 Download
    TODO.txt 575 View 04.06.2008 Download
    class.ext_update.php 6.2 K View 04.06.2008 Download
    class.tx_newloginbox_feusers.php 2.5 K View 04.06.2008 Download
    ext_icon.gif 194 View 04.06.2008 Download
    ext_localconf.php 732 View 04.06.2008 Download
    ext_php_api.dat 21 K 04.06.2008 Download
    ext_tables.php 1.5 K View 04.06.2008 Download
    ext_typoscript_editorcfg.txt 6.4 K View 04.06.2008 Download
    ext_typoscript_setup.txt 1.8 K View 04.06.2008 Download
    flexform_ds.xml 4.1 K View 04.06.2008 Download
    flexform_ds_pi3.xml 3.3 K View 04.06.2008 Download
    locallang.xml 15.5 K View 04.06.2008 Download
    locallang_db.xml 43 K View 04.06.2008 Download
    doc/TODO.txt 58 View 04.06.2008 Download
    doc/manual.sxw 241 K 07.06.2008 Download
    pi1/ce_wiz.gif 125 View 04.06.2008 Download
    pi1/class.tx_newloginbox_pi1.php 15.4 K View 04.06.2008 Download
    pi1/class.tx_newloginbox_pi1_wizicon.php 2.9 K View 04.06.2008 Download
    pi1/clear.gif 46 View 04.06.2008 Download
    pi1/locallang.xml 91 K View 04.06.2008 Download
    pi3/class.tx_newloginbox_pi3.php 19.8 K View 04.06.2008 Download
    pi3/locallang.xml 76 K View 04.06.2008 Download
    res/newloginbox_00.html 8.1 K 04.06.2008 Download
    Preview for file newloginbox-3.1.1-ChangeLog:
    
    2008-06-08  Stefan Strasser <strada at stradax dot net>
    

        * Marked extension as obsolete, added constraint typo3<4.1.99, explanation added to manual
        * Login-functionality of newloginbox with typo3 4.2 and above now provided by sysext 'felogin' (with several enhancements)
        * Userlisting-plugin has been put into the extension 'feuserlisting', available from TER
        * Release of newloginbox 3.1.1

    2007-09-09  Stefan Strasser <strada at stradax dot net>

        * Release of newloginbox 3.1.0

    2007-06-07  Stefan Strasser <strada at stradax dot net>

        * Added the possibility to display only selected user-groups in a user-listing. The settings may also be done through typoscript (flexform has priority). It is a modified patch of Stefan Padberg (thanks!). bug #0004532.
        * Corrected bug #0005756: Parse error in the pi1-wizard-icon (thanks to Franz Holzinger for the patch!).

    2007-05-01  Stefan Strasser <strada at stradax dot net>

        * Fixed a bug resulting of the conversion to xml-files (configuration of the pi1-wizard-icon)
        * Corrected version requirement: 4.0 instead of 4.0.0 (resultet in a conflict with a installed Typo3 version 4.0)

    2007-03-21  Stefan Strasser <strada at stradax dot net>

        * Added new and enhanced labels in french (fr) and a small correction in english (bug #5025, thanks to Francois Sutter)
        * Language files converted from php to xml-files, labels may now being edited by extension llxmltranslate
        * !!! Newloginbox requires now at least Typo3 4.0.0 because of the xml-language-files

    2006-12-11  Stefan Strasser <strada at stradax dot net>

        * Fixed XHTML-issue with link-generation (now &amp; instead of & in the url)

    2006-10-28  Stefan Strasser <strada at stradax dot net>

        * showPermaLogin now configurable with TypoScript: plugin.tx_newloginbox_pi1.showPermaLogin = 1 (bug #0004403), thanks to David Toshak for patch!
        * updated ext_emconf.php from TER 3.0.1

    2006-10-24  Stefan Strasser <strada at stradax dot net>

        * Updated manual (enhanced with information for storagePid and showForgotPassword)
        * Updated ext_php_api.dat (old version contained some old mysql-quotations)
        * Release of newloginbox 3.0.1

    2006-10-13  Stefan Strasser <strada at stradax dot net>

        * Fixed bug #0004265 : Page browser error (number of users and pages are now shown correctly)
        * Storage page for FE users now configurable with TypoScript: plugin.tx_newloginbox_pi1.storagePid = 123 (bug #0001787)
        * Show-forgot-password-link now configurable with TypoScript: plugin.tx_newloginbox_pi1.showForgotPassword = 1 (bug #0001389)

    2006-10-01  Stefan Strasser <strada at stradax dot net>

        * Fixed bug #0003197 : password-forgot-mails contains htmlencodings

    2006-09-13  Stefan Strasser <strada at stradax dot net>

        * updated ext_emconf.php after overriding TER-version 3.0.0 (now not shy, upload-comment corrected)

    2006-09-02  Ingmar Schlecht  <ingmar@typo3.org>

        * Added support for Permanent Log-In (aka "Stay logged in") that just entered Subversion trunk of the Core

    2006-08-29  Ingmar Schlecht  <ingmar@typo3.org>

        * Minor cleanup and locallang changes while merging with the TER version

    2006-01-26  Brice Bernard <contact@brikou.com>

        * Added/corrected some french language in locallang_db.php and pi1/locallang.php
        * Revision of the manual : added explanation about templating system
        * Improved default css style in ext_typoscript_setup.txt file
        * Few cosmetic changes

    2006-01-26  Ingmar Schlecht <ingmar@typo3.org>

        * Merged hook for Bernhard Kraft's md5 password extension from TER version to CVS

    2005-10-11  Sebastian Roth <sebastian.roth@gmail.com>
        
        * Fixed bug #0001110 : bug in the Hook for kb_md5fepw. Thanks to
          Dietrich Heise for reporting

    2005-07-09  Brice Bernard <contact@brikou.com>

        * Corrected few php syntax problem in class.ext_update.php due to DBAL changes
        * Added <tbody> and <tfoot> tag to template newloginbox_00.html

    2005-05-30  Sebastian Roth <sebastian.roth@gmail.com>
        
        * Added DBAL compatibility
        * Smaller cleanups

    2005-05-11  Brice Bernard <contact@brikou.com>

        * Fixed bug #0001059 : Users don't have to login twice anymore when the option domains is enable... Thank to Ries for reporting and correcting it!
        * Added a new template file (res/newloginbox_00.html) to control the pi1 (pi1/class.tx_newloginbox_pi1.php) display. A lot of changes have been made and some stuff where deleted from 'pi1/class.tx_newloginbox_pi1.php' because they are directly set in the template. Every  Thank a lot to Alistair MacDonal!
        * Added TODO.txt

    2005-01-29  Ingmar Schlecht  <ingmar@typo3.org>

        * Added customProcessing functionality for field values, especially useful for "image" field.

    2005-01-14  Ingmar Schlecht  <ingmar@typo3.org>

        * Added ID attributes to <input> tags.
        * Corrected <br> linebreak problem in locallang files.

    2005-01-12  Ingmar Schlecht  <ingmar@typo3.org>

        * Added general hook $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['newloginbox']['login_confirmed'] that is executed on successful login.

    2004-11-06  Ingmar Schlecht  <ingmar@typo3.org>

        * Fixed spelling mistake in pi1/locallang.php file. Thanks to Glen Gibb for reporting it!

    2004-11-06  Ingmar Schlecht  <ingmar@typo3.org>

        * Created hook in pi1 class for dkd_redirect_at_login extension.

    2004-11-06  Ingmar Schlecht  <ingmar@typo3.org>

        * Added ChangeLog to newloginbox