Thanks, @baris! Helpful as always
Eduardo Silva
Posts
-
Password reset e-mails are not send until I change the current e-mail manually -
Password reset e-mails are not send until I change the current e-mail manuallyThis is the plugin I used to import, something didn't worked as expected.
The error message is not that useful as well, maybe it can be an improvement in a future update :))
I found a quick and dirty solution: if I just bulk validate e-mail, the entry is created on the email:uid object and everything works. It's doable if I validate 500 at a time
-
Password reset e-mails are not send until I change the current e-mail manuallyThe e-mails are just confirmed by default after I use the CSV import!
I checked the email:uid object, and it does not have the entries for every confirmed user, just for the ones that I manually changed the e-mail to itself. -.-
Is there a way for me to add these entries all at once?
-
Password reset e-mails are not send until I change the current e-mail manuallyThey are already confirmed. I configured it in the CSV importing
The next images are the hash of the user before and after I change the e-mail for the same one.
-
Password reset e-mails are not send until I change the current e-mail manuallyHi, y'all, it's me again
I imported all my users with the CSV importing plugin but the reset password feature is not working properly.
When the users try to reset passwords via "Forgot password" the e-mail never arrives.
If I try to send the e-mail manually I get a "Invalid e-mail" alert, even though the e-mail is valid.
BUUUUUUT, if I change the user's e-mail to the same e-mail that they had previously, I stop getting the error and the reset e-mail arrives.
I checked with DB Explorer and the value of email field in the user hash does not change after I change the e-mail for the same one.
Any ideia? How can I proceed?
I'll need all my 1500+ users to reset their passwords like that starting next week.
-
Unable to set desired domain on hosted instanceIt worked, tks!
-
Unable to set desired domain on hosted instanceTks, Baris!! :))
-
Unable to set desired domain on hosted instanceHi, y'all
I'm having trouble setting the correct domain (forum.latitud.com) for my instance. I've already sent 3 e-mails to [email protected] without answer. =/
I followed the instructions on the SAAS page, as you can see below, but it's still not working.
image.png
If I try to access via http protocol, it loads but I get a Forbidden error when trying to login, even though the login credentials are correct. I get a "Not Secure" warning as well.
If I try to access it via https protocol, it just doesn't load.
How can I proceed?
-
Uploading user profile picture via CSV user importing -
Uploading user profile picture via CSV user importingHi y'all,
I'm currently developing an extension to the user .csv importing plugin.
It already allows group memberships during creation.
Now, I'm trying to upload the profile picture as well.
My first approach was to host all images in an external service (Airtable, S3, etc), and put the link in the .csv used to importing users.
This didn't work because the uploadCroppedPictureFile expects a locally accessible path, not a URL.
Can you think of an alternative solution that would allow the picture to be imported via .csv?
I'm still learning the codebase I would love some hints.
-
Will I be able to install scoped plugins in a hosted NodeBB instance?Great, tks!
Just sent an e-mail :))
-
[nodebb-plugin-import-users-csv] User Migration via CSV UploadDon't think so, because the plugin check this fields before creating the users, so those lines would be ignored.
-
[nodebb-plugin-import-users-csv] User Migration via CSV UploadJust so you know, if you use fields that already exist on the user profile as Additional Fields the profile will actually be updated.
This info will show up on the user profile page, for example.
I tested and I'm currently using with
'fullname', 'website', 'location', and 'aboutme'.The following fields may be updated as well, as far as I understood it.
It may be nice to update the plugin documentation, so others can use this unintended functionality as well!
-
Will I be able to install scoped plugins in a hosted NodeBB instance?Hi, y'all!
I'm developing some NodeBB plugins for a private community forum.
As this forum belongs to the company I work for, I'd like to publish the plugins using the company's GitHub Packages account and scope.
After publishing, I'll need to install these packages in the company's forum, which is hosted using NodeBB services. Thus, I don't have terminal access.
Although I already saw some scoped plugins, this and this posts lead me to think that this is still not supported.
Will I be able to install the packages if I publish them in a scope (@latitud/nodebb-plugin-...)?
If not, how can I proceed?
-
[nodebb-plugin-import-users-csv] User Migration via CSV Upload@julian It's working in my local env, but still not in the hosted forum. I'll deal with it later.
Another question : how can I access the additional fields that are put in the user hash? (edit: solved below)
Already tried "User.getUsersWithFields" and it returns null for any custom field.
It does not show in the DB Explorer plugin either.
I'm developing a "nodebb-plugin-group-membership-for-user-csv-importing" (https://github.com/Latitud/nodebb-plugin-group-membership-for-user-csv-importing).
Hope it will be helpful to others!
SOLVED:
Just forgot the click save before importing.
-
[nodebb-plugin-import-users-csv] User Migration via CSV UploadOne more point, @julian.
Where the User Import (.csv) screen should be located?
Already activated the plugin, rebuilt & restarted, searched and it doesn't show anywhere I could find.
-
[nodebb-plugin-import-users-csv] User Migration via CSV Upload@julian Great! Thank you :))
-
[nodebb-plugin-import-users-csv] User Migration via CSV Upload@julian , how can I see all the available field names?
Would love to add users and put them in the appropriate groups in one go.
Could I do it directly with this plugin or would I need to add this custom behavior via a plugin?
I'm still new in the NodeBB world, so any approach recommendation will be super useful!
-
Invite e-mails not arriving@dave1904 Great, tks!
-
Invite e-mails not arrivingHi, y'all
I sent e-mail invites to some users and it didn't arrive.
Is there any config that I should check?