Customized password reset screen
Right now when a user forgets his password and requests a reset, the link emailed to them goes to the dreamfactory ui. Is there a way to customize this? I don't want users seeing the dreamfactory ui...
View ArticleFile upload with angualr2
do you have a github with the df file upload working? I am struggling with mine still.
View ArticlePostgresql database not appearing in Schema Manager or Data service
I once have that problem before, using bitnami installer... couldn't figured out what's wrong, then I apply another VPS and install from github, and it's works. (sorry this comment is not helpful, I'm...
View ArticleHow to save blob file type?
how do I upload blob file type ?I can upload binary file type but i had to manipulate image before uploading using canvasand it gives me base64 or blob return. how to save it to local storage ?
View ArticleCannot write/upload contnet to server script
Thanks so much for sharing your solution and for your feedback! Thanks, @AlexBowen
View ArticleCannot write/upload contnet to server script
Vinod_Hum: while creating service make sure you don't save it before adding some config in config tabjust add some dummy code you can edit it later. if you create script service without adding any...
View ArticleForgot password API?
Token Blacklisted indicates that the session token provided in the API call is no longer valid.You do not need to pass a session token on the confirmation part of a password reset call.
View ArticleFile upload with angualr2
nop i don't have any GitHub and here is easy and better option using http modulewhich uses base64 and save its in folder //upload function uploadImage (data : any) { return...
View ArticleAbout the Projects & Stories category
Have something you are working on that you want to share? You can do it here. Code, hardware, whatever. Share it! Do you have an idea and don't know where to start? Feel free to share your suggestions...
View ArticleAbout the Groups & Events category
Start or announce a meetup, hack day, or other event or group here. Get together with other enthusiasts in your area.
View ArticleJoin a DreamFactory Meetup!
Screen Shot 2016-08-16 at 5.10.08 PM.png1108x487 156 KB Want to join a meetup? Let's chat APIs, open source web development, and more at DreamFactory's meetups! DreamFactory is a free, open source...
View ArticleConnect Local Postgres DB to WP-Woocommerce
Is there anyone who can point to someone who can help set this up please? I am happy to pay for some help. My Requirements are as follows. When an order is created in Woocommerce, reduce the Qty of...
View ArticleForgot password API?
We are not passing any session token. Still, we get the token blacklisted error. Any other reason why this happens?
View ArticleRelationship to DF's user table
I have a table that contains a user_id, which is the dreamfactory user table id. Now, I want to get the records from my table and have the relationship to the DF users also included, so I can get for...
View ArticleRelationship to DF's user table
If it is a foreign key relationship with the dreamfactory user table, you can query your table with the related attribute pointing to user table. That will bring back user details in the same...
View ArticleRelationship to DF's user table
It wont let me set up a field in my table that is a reference to the dfuser table in the first place. I have instead created a view in my database that puts the two together,and this is working for...
View ArticleAbout the Developer Discussions category
(Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you edit this...
View ArticleFetch more than 1000 records in one step
Hi guys,I'm using DF Version 2.2.1, and I was stuck with this issue for two days, and the solution which worked out for me was:1. Change DF_DB_MAX_RECORDS_RETURNED in...
View Article