Re: [wnframework] Digest for erpnext-developer-forum@googlegroups.com - 4 Messages in 3 Topics

Dear Anand,
The link is mhs - Pastebin.com.
Mehul.

On Thu, Feb 14, 2013 at 6:58 PM,
er...@googlegroups.com wrote:

Today’s Topic Summary

Group: http://groups.google.com/group/erpnext-developer-forum/topics

about reset_password method [2 Updates]
Creating layouts in webpages [1 Update]
Unable to create/modify users [1 Update]

about reset_password method

gangadhar kadam em...@gmail.com Feb 13 11:04PM -0800

Hello All,
We are using old version . on login page there is link Forger password
on clicking it displays popup for Reset Password and asks for email
address, after entering email address given in profile and clicking on
reset button It displays " sendmail() got an unexpected keyword argument
‘message’ " i try to check code of login page it call reset_password method
but the doctype name is not specified. from which doctype it is calling
reset_password method cal any one explain.

please go through client script of login page

pscript.show_forgot_password = function(){
// create dialog
var d = new Dialog(400, 400, ‘Reset Password’)
d.make_body([[‘HTML’,‘Title’,‘Enter your email id to reset the
password’], [‘Data’,‘Email Id’], [‘Button’,‘Reset’]]);

var callback = function(r,rt) {
if(!r.exc) pscript.forgot_dialog.hide();
}

d.widgets[‘Reset’].onclick = function() {
$c(‘reset_password’, {user: pscript.forgot_dialog.widgets[‘Email
Id’].value}, callback)
}
d.show();
pscript.forgot_dialog = d;
}

Thank you.

Rushabh Mehta rm...@gmail.com Feb 14 02:20PM +0530

Check handler.py

W: https://erpnext.com
T: @rushabh_mehta

Creating layouts in webpages

mehul mehta b....@gmail.com Feb 14 09:23AM +0530

Dear Umair,
I created the following code for section alignment but it does
not seem to work. Please find the screenshots attached.

Regards,
Mehul.

Unable to create/modify users

Anand Doshi an...@iwebnotes.com Feb 13 07:51PM +0530

Hi,

Please send us the log of your browser’s javascript console by pasting it at
pastebin.com and sending its link.

Thanks,
Anand.

You received this message because you are subscribed to the Google Group
erpnext-developer-forum.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.


You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To post to this group, send email to
er...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To post to this group, send email to er...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.