You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Emmanuel Njoku <ei...@gmail.com> on 2020/02/18 11:05:51 UTC

Authentication Issue

Dear team,

Kindly assist me on this issue.
i created a new tenant on the  DB called testdefault. On the postman, I
pasted the url as below
https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password

Fineract-Platform-TenantId =   testdefault
Content-Type = application/json

I equally replicate mifostenant-default to mifostenant- testdefault

The result is
"timestamp": 1582023090984,
    "status": 401,
    "error": "Unauthorized",
    "message": "Unauthorized",
    "path": "/fineract-provider/api/v1/authentication"


On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <ip...@gmail.com> wrote:

>
> I think it will be good if someone with the main domain knowledge takes up
> this. In my own understanding, this is how it should be handled:-
>
> Add allowIntRateModification Flag at product level definition
>
> If this value is set to true, then at the time of opening the account, the
> user should be allowed to change the interest rate from the default rates
> charts defined at product level.  If this is not allowed, i.e value is
> false, then the current behavior of the system selecting interest rate from
> the chart based on the amounts fixed and period prevails
>
> Thanks
> Regards
> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer

Re: ISSUES BUILD FRONT

Posted by Saransh Sharma <sa...@muellners.com>.
npm install -g bower
 npm install -g grunt-cli


On Wed, Feb 19, 2020 at 5:44 PM Saransh Sharma <sa...@muellners.com>
wrote:

> Have you followed the documentation,
>
> npm install
>
> do the cli install and then bower install.
>
> Let me know.
>
> On Wed, 19 Feb 2020, 17:41 Emmanuel Njoku, <ei...@gmail.com> wrote:
>
>> Dear team,
>> Kindly assist on the below error message while working on the front end
>>
>> MINGW64 /C/Installed Folders/mifos_new1/community-app (develop)
>> $ grunt serve
>> Loading "Gruntfile.js" tasks...ERROR
>> >> Error: Cannot find module 'load-grunt-tasks'
>> >> Require stack:
>> >> - C:\Installed Folders\mifos_new1\community-app\Gruntfile.js
>> >> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt\task.js
>> >> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt.js
>> >> - C:\Users\citym\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt
>> Warning: Task "serve" not found. Use --force to continue.
>>
>> Aborted due to warnings.
>>
>> On Tue, Feb 18, 2020 at 6:33 PM Michael Vorburger <mi...@vorburger.ch>
>> wrote:
>>
>>> You need to rebuild the very latest version of the web app, because this
>>> was fixed only very recently with
>>> https://github.com/openMF/community-app/pull/3179
>>>
>>> See https://issues.apache.org/jira/browse/FINERACT-726 for background.
>>>
>>> On Tue, 18 Feb 2020, 12:12 Saransh Sharma, <sa...@muellners.com>
>>> wrote:
>>>
>>>> Hey
>>>>
>>>> I have seen many user facing this issue.
>>>>
>>>> What you can do is this
>>>>
>>>> In my opinion we can no longer pass the username and password as param.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Tue, Feb 18, 2020 at 4:36 PM Emmanuel Njoku <ei...@gmail.com>
>>>> wrote:
>>>>
>>>>> Dear team,
>>>>>
>>>>> Kindly assist me on this issue.
>>>>> i created a new tenant on the  DB called testdefault. On the postman,
>>>>> I pasted the url as below
>>>>>
>>>>> https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password
>>>>>
>>>>> Fineract-Platform-TenantId =   testdefault
>>>>> Content-Type = application/json
>>>>>
>>>>> I equally replicate mifostenant-default to mifostenant- testdefault
>>>>>
>>>>> The result is
>>>>> "timestamp": 1582023090984,
>>>>>     "status": 401,
>>>>>     "error": "Unauthorized",
>>>>>     "message": "Unauthorized",
>>>>>     "path": "/fineract-provider/api/v1/authentication"
>>>>>
>>>>>
>>>>> On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <ip...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>>
>>>>>> I think it will be good if someone with the main domain knowledge
>>>>>> takes up this. In my own understanding, this is how it should be handled:-
>>>>>>
>>>>>> Add allowIntRateModification Flag at product level definition
>>>>>>
>>>>>> If this value is set to true, then at the time of opening the
>>>>>> account, the user should be allowed to change the interest rate from the
>>>>>> default rates charts defined at product level.  If this is not allowed, i.e
>>>>>> value is false, then the current behavior of the system selecting interest
>>>>>> rate from the chart based on the amounts fixed and period prevails
>>>>>>
>>>>>> Thanks
>>>>>> Regards
>>>>>> Mifos-developer mailing list
>>>>>> mifos-developer@lists.sourceforge.net
>>>>>> Unsubscribe or change settings at:
>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>>>
>>>>>
>>>>
>>>> --
>>>>
>>>> Saransh Sharma
>>>> *Research Partner*
>>>> *Muellner Internet Pvt Ltd *
>>>>
>>>>
>>>> ----------------------------------------------------------------------------------------------
>>>>
>>>> The idea of separation of me and you is amazing.
>>>>
>>>> ----------------------------------------------------------------------------------------------
>>>> *Company Website <https://www.muellners.com/>       **Company Linkedin
>>>> <https://www.linkedin.com/company/muellners>            *
>>>> Company Facebook <https://www.facebook.com/muellners>
>>>>
>>>> This mail is governed by Muellner®  Internet Private Limited's IT
>>>> policy.
>>>> The information contained in this e-mail and any accompanying documents
>>>> may contain information that is confidential or otherwise protected from
>>>> disclosure. If you are not the intended recipient of this message, or if
>>>> this message has been addressed to you in error, please immediately alert
>>>> the sender by reply e-mail and then delete this message, including any
>>>> attachments. Any dissemination, distribution or other use of the contents
>>>> of this message by anyone other than the intended recipient is strictly
>>>> prohibited. All messages sent to and from this e-mail address may be
>>>> monitored as permitted by applicable law and regulations to ensure
>>>> compliance with our internal policies and to protect our business. E-mails
>>>> are not secure and cannot be guaranteed to be error free as they can be
>>>> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
>>>> to have accepted these risks if you communicate with us by e-mail.
>>>>
>>> Mifos-developer mailing list
>>> mifos-developer@lists.sourceforge.net
>>> Unsubscribe or change settings at:
>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>>

-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

----------------------------------------------------------------------------------------------

The idea of separation of me and you is amazing.
----------------------------------------------------------------------------------------------
*Company Website <https://www.muellners.com/>       **Company Linkedin
<https://www.linkedin.com/company/muellners>            *Company Facebook
<https://www.facebook.com/muellners>

This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.

Re: ISSUES BUILD FRONT

Posted by Saransh Sharma <sa...@muellners.com>.
Have you followed the documentation,

npm install

do the cli install and then bower install.

Let me know.

On Wed, 19 Feb 2020, 17:41 Emmanuel Njoku, <ei...@gmail.com> wrote:

> Dear team,
> Kindly assist on the below error message while working on the front end
>
> MINGW64 /C/Installed Folders/mifos_new1/community-app (develop)
> $ grunt serve
> Loading "Gruntfile.js" tasks...ERROR
> >> Error: Cannot find module 'load-grunt-tasks'
> >> Require stack:
> >> - C:\Installed Folders\mifos_new1\community-app\Gruntfile.js
> >> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt\task.js
> >> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt.js
> >> - C:\Users\citym\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt
> Warning: Task "serve" not found. Use --force to continue.
>
> Aborted due to warnings.
>
> On Tue, Feb 18, 2020 at 6:33 PM Michael Vorburger <mi...@vorburger.ch>
> wrote:
>
>> You need to rebuild the very latest version of the web app, because this
>> was fixed only very recently with
>> https://github.com/openMF/community-app/pull/3179
>>
>> See https://issues.apache.org/jira/browse/FINERACT-726 for background.
>>
>> On Tue, 18 Feb 2020, 12:12 Saransh Sharma, <sa...@muellners.com> wrote:
>>
>>> Hey
>>>
>>> I have seen many user facing this issue.
>>>
>>> What you can do is this
>>>
>>> In my opinion we can no longer pass the username and password as param.
>>>
>>>
>>>
>>>
>>>
>>> On Tue, Feb 18, 2020 at 4:36 PM Emmanuel Njoku <ei...@gmail.com>
>>> wrote:
>>>
>>>> Dear team,
>>>>
>>>> Kindly assist me on this issue.
>>>> i created a new tenant on the  DB called testdefault. On the postman, I
>>>> pasted the url as below
>>>>
>>>> https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password
>>>>
>>>> Fineract-Platform-TenantId =   testdefault
>>>> Content-Type = application/json
>>>>
>>>> I equally replicate mifostenant-default to mifostenant- testdefault
>>>>
>>>> The result is
>>>> "timestamp": 1582023090984,
>>>>     "status": 401,
>>>>     "error": "Unauthorized",
>>>>     "message": "Unauthorized",
>>>>     "path": "/fineract-provider/api/v1/authentication"
>>>>
>>>>
>>>> On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <ip...@gmail.com>
>>>> wrote:
>>>>
>>>>>
>>>>> I think it will be good if someone with the main domain knowledge
>>>>> takes up this. In my own understanding, this is how it should be handled:-
>>>>>
>>>>> Add allowIntRateModification Flag at product level definition
>>>>>
>>>>> If this value is set to true, then at the time of opening the account,
>>>>> the user should be allowed to change the interest rate from the default
>>>>> rates charts defined at product level.  If this is not allowed, i.e value
>>>>> is false, then the current behavior of the system selecting interest rate
>>>>> from the chart based on the amounts fixed and period prevails
>>>>>
>>>>> Thanks
>>>>> Regards
>>>>> Mifos-developer mailing list
>>>>> mifos-developer@lists.sourceforge.net
>>>>> Unsubscribe or change settings at:
>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>>
>>>>
>>>
>>> --
>>>
>>> Saransh Sharma
>>> *Research Partner*
>>> *Muellner Internet Pvt Ltd *
>>>
>>>
>>> ----------------------------------------------------------------------------------------------
>>>
>>> The idea of separation of me and you is amazing.
>>>
>>> ----------------------------------------------------------------------------------------------
>>> *Company Website <https://www.muellners.com/>       **Company Linkedin
>>> <https://www.linkedin.com/company/muellners>            *
>>> Company Facebook <https://www.facebook.com/muellners>
>>>
>>> This mail is governed by Muellner®  Internet Private Limited's IT
>>> policy.
>>> The information contained in this e-mail and any accompanying documents
>>> may contain information that is confidential or otherwise protected from
>>> disclosure. If you are not the intended recipient of this message, or if
>>> this message has been addressed to you in error, please immediately alert
>>> the sender by reply e-mail and then delete this message, including any
>>> attachments. Any dissemination, distribution or other use of the contents
>>> of this message by anyone other than the intended recipient is strictly
>>> prohibited. All messages sent to and from this e-mail address may be
>>> monitored as permitted by applicable law and regulations to ensure
>>> compliance with our internal policies and to protect our business. E-mails
>>> are not secure and cannot be guaranteed to be error free as they can be
>>> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
>>> to have accepted these risks if you communicate with us by e-mail.
>>>
>> Mifos-developer mailing list
>> mifos-developer@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>

ISSUES BUILD FRONT

Posted by Emmanuel Njoku <ei...@gmail.com>.
Dear team,
Kindly assist on the below error message while working on the front end

MINGW64 /C/Installed Folders/mifos_new1/community-app (develop)
$ grunt serve
Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'load-grunt-tasks'
>> Require stack:
>> - C:\Installed Folders\mifos_new1\community-app\Gruntfile.js
>> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt\task.js
>> - C:\Installed Folders\mifos_new1\node_modules\grunt\lib\grunt.js
>> - C:\Users\citym\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt
Warning: Task "serve" not found. Use --force to continue.

Aborted due to warnings.

On Tue, Feb 18, 2020 at 6:33 PM Michael Vorburger <mi...@vorburger.ch> wrote:

> You need to rebuild the very latest version of the web app, because this
> was fixed only very recently with
> https://github.com/openMF/community-app/pull/3179
>
> See https://issues.apache.org/jira/browse/FINERACT-726 for background.
>
> On Tue, 18 Feb 2020, 12:12 Saransh Sharma, <sa...@muellners.com> wrote:
>
>> Hey
>>
>> I have seen many user facing this issue.
>>
>> What you can do is this
>>
>> In my opinion we can no longer pass the username and password as param.
>>
>>
>>
>>
>>
>> On Tue, Feb 18, 2020 at 4:36 PM Emmanuel Njoku <ei...@gmail.com> wrote:
>>
>>> Dear team,
>>>
>>> Kindly assist me on this issue.
>>> i created a new tenant on the  DB called testdefault. On the postman, I
>>> pasted the url as below
>>>
>>> https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password
>>>
>>> Fineract-Platform-TenantId =   testdefault
>>> Content-Type = application/json
>>>
>>> I equally replicate mifostenant-default to mifostenant- testdefault
>>>
>>> The result is
>>> "timestamp": 1582023090984,
>>>     "status": 401,
>>>     "error": "Unauthorized",
>>>     "message": "Unauthorized",
>>>     "path": "/fineract-provider/api/v1/authentication"
>>>
>>>
>>> On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <ip...@gmail.com>
>>> wrote:
>>>
>>>>
>>>> I think it will be good if someone with the main domain knowledge takes
>>>> up this. In my own understanding, this is how it should be handled:-
>>>>
>>>> Add allowIntRateModification Flag at product level definition
>>>>
>>>> If this value is set to true, then at the time of opening the account,
>>>> the user should be allowed to change the interest rate from the default
>>>> rates charts defined at product level.  If this is not allowed, i.e value
>>>> is false, then the current behavior of the system selecting interest rate
>>>> from the chart based on the amounts fixed and period prevails
>>>>
>>>> Thanks
>>>> Regards
>>>> Mifos-developer mailing list
>>>> mifos-developer@lists.sourceforge.net
>>>> Unsubscribe or change settings at:
>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>>
>>>
>>
>> --
>>
>> Saransh Sharma
>> *Research Partner*
>> *Muellner Internet Pvt Ltd *
>>
>>
>> ----------------------------------------------------------------------------------------------
>>
>> The idea of separation of me and you is amazing.
>>
>> ----------------------------------------------------------------------------------------------
>> *Company Website <https://www.muellners.com/>       **Company Linkedin
>> <https://www.linkedin.com/company/muellners>            *Company Facebook
>> <https://www.facebook.com/muellners>
>>
>> This mail is governed by Muellner®  Internet Private Limited's IT policy.
>> The information contained in this e-mail and any accompanying documents
>> may contain information that is confidential or otherwise protected from
>> disclosure. If you are not the intended recipient of this message, or if
>> this message has been addressed to you in error, please immediately alert
>> the sender by reply e-mail and then delete this message, including any
>> attachments. Any dissemination, distribution or other use of the contents
>> of this message by anyone other than the intended recipient is strictly
>> prohibited. All messages sent to and from this e-mail address may be
>> monitored as permitted by applicable law and regulations to ensure
>> compliance with our internal policies and to protect our business. E-mails
>> are not secure and cannot be guaranteed to be error free as they can be
>> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
>> to have accepted these risks if you communicate with us by e-mail.
>>
> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer

Re: Authentication Issue

Posted by Michael Vorburger <mi...@vorburger.ch>.
You need to rebuild the very latest version of the web app, because this
was fixed only very recently with
https://github.com/openMF/community-app/pull/3179

See https://issues.apache.org/jira/browse/FINERACT-726 for background.

On Tue, 18 Feb 2020, 12:12 Saransh Sharma, <sa...@muellners.com> wrote:

> Hey
>
> I have seen many user facing this issue.
>
> What you can do is this
>
> In my opinion we can no longer pass the username and password as param.
>
>
>
>
>
> On Tue, Feb 18, 2020 at 4:36 PM Emmanuel Njoku <ei...@gmail.com> wrote:
>
>> Dear team,
>>
>> Kindly assist me on this issue.
>> i created a new tenant on the  DB called testdefault. On the postman, I
>> pasted the url as below
>>
>> https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password
>>
>> Fineract-Platform-TenantId =   testdefault
>> Content-Type = application/json
>>
>> I equally replicate mifostenant-default to mifostenant- testdefault
>>
>> The result is
>> "timestamp": 1582023090984,
>>     "status": 401,
>>     "error": "Unauthorized",
>>     "message": "Unauthorized",
>>     "path": "/fineract-provider/api/v1/authentication"
>>
>>
>> On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <ip...@gmail.com>
>> wrote:
>>
>>>
>>> I think it will be good if someone with the main domain knowledge takes
>>> up this. In my own understanding, this is how it should be handled:-
>>>
>>> Add allowIntRateModification Flag at product level definition
>>>
>>> If this value is set to true, then at the time of opening the account,
>>> the user should be allowed to change the interest rate from the default
>>> rates charts defined at product level.  If this is not allowed, i.e value
>>> is false, then the current behavior of the system selecting interest rate
>>> from the chart based on the amounts fixed and period prevails
>>>
>>> Thanks
>>> Regards
>>> Mifos-developer mailing list
>>> mifos-developer@lists.sourceforge.net
>>> Unsubscribe or change settings at:
>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>>
>
> --
>
> Saransh Sharma
> *Research Partner*
> *Muellner Internet Pvt Ltd *
>
>
> ----------------------------------------------------------------------------------------------
>
> The idea of separation of me and you is amazing.
>
> ----------------------------------------------------------------------------------------------
> *Company Website <https://www.muellners.com/>       **Company Linkedin
> <https://www.linkedin.com/company/muellners>            *Company Facebook
> <https://www.facebook.com/muellners>
>
> This mail is governed by Muellner®  Internet Private Limited's IT policy.
> The information contained in this e-mail and any accompanying documents
> may contain information that is confidential or otherwise protected from
> disclosure. If you are not the intended recipient of this message, or if
> this message has been addressed to you in error, please immediately alert
> the sender by reply e-mail and then delete this message, including any
> attachments. Any dissemination, distribution or other use of the contents
> of this message by anyone other than the intended recipient is strictly
> prohibited. All messages sent to and from this e-mail address may be
> monitored as permitted by applicable law and regulations to ensure
> compliance with our internal policies and to protect our business. E-mails
> are not secure and cannot be guaranteed to be error free as they can be
> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
> to have accepted these risks if you communicate with us by e-mail.
>

Re: Authentication Issue

Posted by Saransh Sharma <sa...@muellners.com>.
Hey

I have seen many user facing this issue.

What you can do is this

In my opinion we can no longer pass the username and password as param.





On Tue, Feb 18, 2020 at 4:36 PM Emmanuel Njoku <ei...@gmail.com> wrote:

> Dear team,
>
> Kindly assist me on this issue.
> i created a new tenant on the  DB called testdefault. On the postman, I
> pasted the url as below
>
> https://localhost/fineract-provider/api/v1/authentication?username=mifos&password=password
>
> Fineract-Platform-TenantId =   testdefault
> Content-Type = application/json
>
> I equally replicate mifostenant-default to mifostenant- testdefault
>
> The result is
> "timestamp": 1582023090984,
>     "status": 401,
>     "error": "Unauthorized",
>     "message": "Unauthorized",
>     "path": "/fineract-provider/api/v1/authentication"
>
>
> On Tue, Feb 18, 2020 at 10:41 AM Ippez Robert <ip...@gmail.com>
> wrote:
>
>>
>> I think it will be good if someone with the main domain knowledge takes
>> up this. In my own understanding, this is how it should be handled:-
>>
>> Add allowIntRateModification Flag at product level definition
>>
>> If this value is set to true, then at the time of opening the account,
>> the user should be allowed to change the interest rate from the default
>> rates charts defined at product level.  If this is not allowed, i.e value
>> is false, then the current behavior of the system selecting interest rate
>> from the chart based on the amounts fixed and period prevails
>>
>> Thanks
>> Regards
>> Mifos-developer mailing list
>> mifos-developer@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>

-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

----------------------------------------------------------------------------------------------

The idea of separation of me and you is amazing.
----------------------------------------------------------------------------------------------
*Company Website <https://www.muellners.com/>       **Company Linkedin
<https://www.linkedin.com/company/muellners>            *Company Facebook
<https://www.facebook.com/muellners>

This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.