Register_XH

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Thu Dec 06, 2012 10:27 pm

Hello Community,

the file PasswordHash.php was missing from the download of RegisterPasswordMigrator 1.

So please download again: RegisterPasswordMigrator 1.1

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Sun Feb 17, 2013 4:32 pm

Hello Community,

I've just released Register_XH 1.4pl2 and 1.5beta4.

roze reported that the "remember me" functionality was broken; this is fixed in both releases.

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Mon Jul 01, 2013 9:27 pm

Hello Community,

I've just released Register_XH 1.4pl3 and 1.5beta5.

I have added a check for and documented a potential limitation on the maximum number of users. Updating is strongly recommended.

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Sun Dec 08, 2013 9:58 pm

Hello Community,

I've just released Register 1.4pl4.

I have fixed a bug, where the redirections may fail on IIS. Thanks to Guiseppe M. for reporting.

I will fix this issue in the Register_XH 1.5.x branch ASAP.

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

oldnema
Posts: 265
Joined: Wed Jan 21, 2009 5:15 pm
Location: Czech Republic
Contact:

Re: Register_XH

Post by oldnema » Thu Nov 06, 2014 1:19 pm

Hi Christoph,
I try to play with the plugin "Register 1.5beta5" and I ran into one problem. The string "forgot password" is translated as "Zapomněl jsi heslo?". And when I click the link, I get the url link with an accent, thus: "

Code: Select all

?Zapomněl-jsi-heslo?
". Can this somewhere to remove the diacritics?
Thank you for your help

EDITED2
One more question, I can not find where I can translate the string "Enter your comment"? I can not find him anywhere.
This question is no longer valid, I mistook plugin. I'm sorry.
Last edited by oldnema on Fri Nov 07, 2014 9:11 am, edited 1 time in total.
Nobody knows how much time he has left ...
http://oldnema.compsys.cz/en/?Demo_templates

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Thu Nov 06, 2014 7:32 pm

Hi Josef,
oldnema wrote:The string "forgot password" is translated as "Zapomněl jsi heslo?". And when I click the link, I get the url link with an accent
Yes, this is a bug. I am already working on version 2.0beta1 since a while, where this behavior is fixed. I'll release the new version tomorrow or over the weekend.
oldnema wrote:I can not find where I can translate the string "Enter your comment"? I can not find him anywhere.
Hm, this string is not part of Register_XH, as far as I know. Is it from Twocents_XH?
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Mon May 01, 2017 11:58 pm

Hi everybody!

After a very long time I have finally released Register_XH 1.5rc1.

I've fixed a slew of bugs and made several enhancements; see the changelog for details.

The most remarkable changes (that is, those which might make most trouble):
  1. The plugin now requires at most PHP 5.4 and CMSimple_XH 1.6 with the Fa_XH plugin
  2. It is not possible anymore to store clear text passwords. It has been recommended not to do so for years, and as OWASP regards password plaintext storage as vulnerability, I have removed this option.
  3. The settings for the paths of the data files (users.csv and group.csv) have been removed. Instead the files are now always stored in CMSimple_XH content/ folder, where they are supposed to be properly protected against direct HTTP access.
  4. The config_* languages settings have been removed, and the URL of the special pages uses CMSimple_XH's uenc() now, so you may have to adjust your settings.
  5. The CAPTCHA has been removed. The code in captcha.inc.php was too much of a legacy, and I'm not even sure if a CAPTCHA is necessary for the registration form. If need be, I'll rather implement the CAPTCHA plugin "interface".
  6. There is no own logfile anymore; instead the general CMSimple_XH log file is used.
  7. The strength of the password hashes has been improved. While old password hashes are still supposed to work, it is highly recommended that your users change their password, to use the hardened hashes.
Disclaimer: I am aware that much of what would be desirable is still missing (some of which is already on the roadmap), but my time is limited and I see the urgent need to roll out Register_XH 1.5 GA pretty soon (in a few weeks, at most). Therefore I hope that you find some time to test 1.5rc1, and report any bugs you may find. Suggestions for improvement are, of course, also welcome, but those will most likely not be included in 1.5, but rather in a later version.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Mon May 08, 2017 4:11 pm

Hi everybody!

I have just released Register_XH 1.5.

I've fixed a bug and improved the user manuals. See the changelog for details.

All users of earlier Register_XH versions are strongly encouraged to upgrade!

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Register_XH

Post by cmb » Fri Jul 28, 2017 5:43 pm

Hi everybody!

Register_XH 1.6 has just been released.

Two bugs have been fixed; see the changelog for details.

Enjoy!
Christoph M. Becker – Plugins for CMSimple_XH

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Register_XH

Post by roze » Wed Aug 30, 2017 6:53 pm

were can I find the LOGIN image of this register plugin?
login.png
You do not have the required permissions to view the files attached to this post.
Rob Zeijen,

Valkenswaard (NL)

Post Reply