Error Loading Data During upload csv file

Home Forums Legacy Support Support queries How-to & Troubleshooting Error Loading Data During upload csv file

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #380925
    Veronica
    Moderator
    hi i think we have provided you same password as gmail when sign up with gmail!
    #380983
    nadzhatulothman
    Participant
    This reply has been marked as private.
    #381118
    Anshuman Sahu
    Keymaster
    Well it can be customized but there is onky one parameter which can be used and its the user's name Mega Jati Academy .we can use this user's name to modify it to generate the password .
    #381162
    nadzhatulothman
    Participant
    @Alex can we customized to set all account password specific password like 123456?
    #381206
    Anshuman Sahu
    Keymaster
    Yes we can do this but then every user can share each other passwords can lead to security flaw , this is why the password should be different for each user .
    #381246
    nadzhatulothman
    Participant
    yes but for the first upload csv in bulk prefer standard all same passwords then after they log in need to change back the password @Alex
    #381285
    Anshuman Sahu
    Keymaster
    Please add this custom code in wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_user_pass',function($x){return '123456'});
    #381319
    nadzhatulothman
    Participant
    after this all will automatic set to this password if upload bulk in csv @Alex ?
    #381438
    Anshuman Sahu
    Keymaster
    Yes there is some mistake in the code above I missed a semicolon : updated correct code :
    add_filter('wplms_user_pass',function($x){return '123456';});
    
    
Viewing 9 posts - 16 through 24 (of 24 total)
  • The topic ‘Error Loading Data During upload csv file’ is closed to new replies.