Plugin Directory

Changeset 1395395


Ignore:
Timestamp:
04/14/2016 11:35:36 AM (10 years ago)
Author:
koter84
Message:

auto-commit [] stable: 1.1.7 -> 1.1.8

Location:
wpsol
Files:
10 added
6 edited

Legend:

Unmodified
Added
Removed
  • wpsol/trunk/common.php

    r1395381 r1395395  
    150150            if( !$user_id && !$email_id )
    151151            { // geen user_id, geen email_id, create new user.
    152                 if( get_option('wpsol_autocreate') === true )
     152                if( get_option('wpsol_autocreate') )
    153153                {
    154154                    $random_password = wp_generate_password( 18, false );
    155155                    $user_id = wp_create_user( $username, $random_password, $email );
    156156                    $new_user = true;
     157                    $user = get_user_by( 'email', $email );
    157158                }
    158159                else
  • wpsol/trunk/languages/wpsol-nl_NL.po

    r1395381 r1395395  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: wpSOL 1.1.7\n"
     5"Project-Id-Version: wpSOL 1.1.8\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpsol\n"
    77"POT-Creation-Date: 2016-04-14 00:00:00+00:00\n"
     
    3838msgstr "Laat links zien wanneer ingelogd: "
    3939
    40 #: common.php:161
     40#: common.php:162
    4141msgid ""
    4242"New user registrations through login.scouting.nl have been disabled for this "
    4343"site, please contact the site administrator if you feel this is incorrect"
    4444msgstr ""
    45 "Nieuwe gebruikersregistraties via login.scouting.nl zijn uitgeschakeld "
    46 "voor deze website, neem contact op met de sitebeheerder als u denkt "
    47 "dat dit onjuist is"
     45"Nieuwe gebruikersregistraties via login.scouting.nl zijn uitgeschakeld voor "
     46"deze website, neem contact op met de sitebeheerder als u denkt dat dit "
     47"onjuist is"
    4848
    49 #: common.php:161 common.php:185 common.php:226
     49#: common.php:162 common.php:186 common.php:227
    5050msgid "wpSOL Setup Instructions"
    5151msgstr "wpSOL Installatie Instructies"
    5252
    53 #: common.php:185
     53#: common.php:186
    5454msgid ""
    5555"wp-user-id based on username (%s) does not match wp-user-id based on email "
     
    5959"gebaseerd op email (%s)"
    6060
    61 #: common.php:226
     61#: common.php:227
    6262msgid ""
    6363"The login was cancelled, either the user cancelled the request, or login."
     
    6767"je domein (%s) is niet bekend bij login.scouting.nl "
    6868
    69 #: common.php:231
     69#: common.php:232
    7070msgid "The login failed with openid-mode: \"%s\""
    7171msgstr "Het inloggen is mislukt met openid-mode: \"%s\""
    7272
    73 #: common.php:231
     73#: common.php:232
    7474msgid "wpSOL Support"
    7575msgstr "wpSOL Support"
    7676
    77 #: common.php:279
     77#: common.php:280
    7878msgid "You do not have sufficient permissions to access this page."
    7979msgstr "Je hebt onvoldoende rechten voor het bekijken van deze pagina."
    8080
    81 #: common.php:285
     81#: common.php:286
    8282msgid "Set display_name to: "
    8383msgstr "Stel display_name in op: "
    8484
    85 #: common.php:288
     85#: common.php:289
    8686msgid "Full name"
    8787msgstr "Volledige naam"
    8888
    89 #: common.php:289
     89#: common.php:290
    9090msgid "First name"
    9191msgstr "Voornaam"
    9292
    93 #: common.php:290
     93#: common.php:291
    9494msgid "Last name"
    9595msgstr "Achternaam"
    9696
    97 #: common.php:291
     97#: common.php:292
    9898msgid "Username"
    9999msgstr "Gebruikersnaam"
    100100
    101 #: common.php:295
     101#: common.php:296
    102102msgid "Force display_name on each login: "
    103103msgstr "Forceer display_name bij elke login: "
    104104
    105 #: common.php:299
     105#: common.php:300
    106106msgid "Force first and last name on each login: "
    107107msgstr "Forceer voornaam en achternaam bij elke login: "
    108108
    109 #: common.php:303
     109#: common.php:304
    110110msgid "Automatically create new users: "
    111111msgstr "Automatisch nieuwe gebruikers aanmaken: "
    112112
    113 #: common.php:307
     113#: common.php:308
    114114msgid "Prefix for all Scouting Nederland users: "
    115115msgstr "Voorvoegsel voor alle Scouting Nederland users: "
    116116
    117 #: common.php:309
     117#: common.php:310
    118118msgid ""
    119119"By giving a prefix like sn_ you can easily identify which accounts are from "
     
    123123"Nederland makkelijk terugvinden"
    124124
    125 #: common.php:312
     125#: common.php:313
    126126msgid "After a successful login redirect user to: "
    127127msgstr "Na een succesvolle login redirect naar: "
    128128
    129 #: common.php:315 common.php:324
     129#: common.php:316 common.php:325
    130130msgid "Default (no action)"
    131131msgstr "Standaard (geen actie)"
    132132
    133 #: common.php:316 common.php:325
     133#: common.php:317 common.php:326
    134134msgid "Frontpage"
    135135msgstr "Frontpage"
    136136
    137 #: common.php:317
     137#: common.php:318
    138138msgid "Dashboard"
    139139msgstr "Dashboard"
    140140
    141 #: common.php:321
     141#: common.php:322
    142142msgid "After logout redirect user to: "
    143143msgstr "Na uitloggen redirect naar: "
    144144
    145 #: common.php:347
     145#: common.php:348
    146146msgid "Settings Saved"
    147147msgstr "Instellingen Opgeslagen"
    148148
    149 #: common.php:354
     149#: common.php:355
    150150msgid "wpSOL [ScoutsOnLine] Settings"
    151151msgstr "wpSOL [ScoutsOnLine] Instellingen"
    152152
    153 #: common.php:401
     153#: common.php:402
    154154msgid "Save Changes"
    155155msgstr "Wijzigingen Opslaan"
  • wpsol/trunk/languages/wpsol.pot

    r1395381 r1395395  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: wpSOL 1.1.7\n"
     5"Project-Id-Version: wpSOL 1.1.8\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpsol\n"
    77"POT-Creation-Date: 2016-04-14 00:00:00+00:00\n"
     
    3737msgstr ""
    3838
    39 #: common.php:161
     39#: common.php:162
    4040msgid ""
    4141"New user registrations through login.scouting.nl have been disabled for this "
     
    4343msgstr ""
    4444
    45 #: common.php:161 common.php:185 common.php:226
     45#: common.php:162 common.php:186 common.php:227
    4646msgid "wpSOL Setup Instructions"
    4747msgstr ""
    4848
    49 #: common.php:185
     49#: common.php:186
    5050msgid ""
    5151"wp-user-id based on username (%s) does not match wp-user-id based on email "
     
    5353msgstr ""
    5454
    55 #: common.php:226
     55#: common.php:227
    5656msgid ""
    5757"The login was cancelled, either the user cancelled the request, or login."
     
    5959msgstr ""
    6060
    61 #: common.php:231
     61#: common.php:232
    6262msgid "The login failed with openid-mode: \"%s\""
    6363msgstr ""
    6464
    65 #: common.php:231
     65#: common.php:232
    6666msgid "wpSOL Support"
    6767msgstr ""
    6868
    69 #: common.php:279
     69#: common.php:280
    7070msgid "You do not have sufficient permissions to access this page."
    7171msgstr ""
    7272
    73 #: common.php:285
     73#: common.php:286
    7474msgid "Set display_name to: "
    7575msgstr ""
    7676
    77 #: common.php:288
     77#: common.php:289
    7878msgid "Full name"
    7979msgstr ""
    8080
    81 #: common.php:289
     81#: common.php:290
    8282msgid "First name"
    8383msgstr ""
    8484
    85 #: common.php:290
     85#: common.php:291
    8686msgid "Last name"
    8787msgstr ""
    8888
    89 #: common.php:291
     89#: common.php:292
    9090msgid "Username"
    9191msgstr ""
    9292
    93 #: common.php:295
     93#: common.php:296
    9494msgid "Force display_name on each login: "
    9595msgstr ""
    9696
    97 #: common.php:299
     97#: common.php:300
    9898msgid "Force first and last name on each login: "
    9999msgstr ""
    100100
    101 #: common.php:303
     101#: common.php:304
    102102msgid "Automatically create new users: "
    103103msgstr ""
    104104
    105 #: common.php:307
     105#: common.php:308
    106106msgid "Prefix for all Scouting Nederland users: "
    107107msgstr ""
    108108
    109 #: common.php:309
     109#: common.php:310
    110110msgid ""
    111111"By giving a prefix like sn_ you can easily identify which accounts are from "
     
    113113msgstr ""
    114114
    115 #: common.php:312
     115#: common.php:313
    116116msgid "After a successful login redirect user to: "
    117117msgstr ""
    118118
    119 #: common.php:315 common.php:324
     119#: common.php:316 common.php:325
    120120msgid "Default (no action)"
    121121msgstr ""
    122122
    123 #: common.php:316 common.php:325
     123#: common.php:317 common.php:326
    124124msgid "Frontpage"
    125125msgstr ""
    126126
    127 #: common.php:317
     127#: common.php:318
    128128msgid "Dashboard"
    129129msgstr ""
    130130
    131 #: common.php:321
     131#: common.php:322
    132132msgid "After logout redirect user to: "
    133133msgstr ""
    134134
    135 #: common.php:347
     135#: common.php:348
    136136msgid "Settings Saved"
    137137msgstr ""
    138138
    139 #: common.php:354
     139#: common.php:355
    140140msgid "wpSOL [ScoutsOnLine] Settings"
    141141msgstr ""
    142142
    143 #: common.php:401
     143#: common.php:402
    144144msgid "Save Changes"
    145145msgstr ""
  • wpsol/trunk/readme.txt

    r1395381 r1395395  
    33Requires at least: 3.6
    44Tested up to: 4.5
    5 Stable tag: 1.1.7
     5Stable tag: 1.1.8
    66Tags: scouting, scouting nederland, sol, scoutsonline, openid, login, sidebar-widget
    77License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 1.1.8 =
     55* fix automatically creating users
    5356
    5457= 1.1.7 =
  • wpsol/trunk/wpsol.php

    r1395381 r1395395  
    66Author: Gerrit Jan and Dennis
    77Author URI: http://wordpress.org/plugins/wpsol/
    8 Version: 1.1.7
     8Version: 1.1.8
    99License: GPLv2 or later
    1010Text Domain: wpSOL
Note: See TracChangeset for help on using the changeset viewer.